llvm-6502/runtime/libprofile
Nick Lewycky bcffb1fbb8 Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
under cmake).

Add libprofile_rt.a so that we can tell clang to link against it in --coverage
mode. Also turn it on by default in cmake builds.

Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think
I've done the right thing, but please let me know (or fix and commit) if not!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130470 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-29 02:12:06 +00:00
..
BasicBlockTracing.c remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
CMakeLists.txt Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
CommonProfiling.c Implementation of path profiling. 2011-01-29 01:09:53 +00:00
EdgeProfiling.c remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
GCDAProfiling.c Only read *predecessor once so as to fix a theoretical issue where it changes 2011-04-28 21:35:49 +00:00
libprofile.exports Rename everything to follow LLVM style ... I think. 2011-04-26 03:54:16 +00:00
Makefile Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
OptimalEdgeProfiling.c Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
PathProfiling.c Use static inline to do the right thing when built in C99 mode. Of course, 2011-04-27 03:22:17 +00:00
Profiling.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00