K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-03-07T02:01:02.354212Z K 7 svn:log V 275 MFC r313009: Expose symbols in lib/libclang_rt/profile to fix --coverage The symbols currently hidden in libprofile_rt are needed for linking with `clang --coverage` to add coverage counters at link time and produce coverage numbers at runtime. In collaboration with: dim END