Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
authorNick Lewycky <nicholas@mxc.ca>
Fri, 29 Apr 2011 02:12:06 +0000 (02:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 29 Apr 2011 02:12:06 +0000 (02:12 +0000)
commitbcffb1fbb85a88cb99f7c2115a5f78e860d7fc46
treea7e400febef581e1c8ce058f0cc40e33c6a39993
parent6344a5f1464dade7735ac440d7a3d24bf009f298
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
CMakeLists.txt
cmake/modules/AddLLVM.cmake
cmake/modules/LLVMLibDeps.cmake
runtime/libprofile/CMakeLists.txt
runtime/libprofile/Makefile
utils/profile.pl