[llvm] r204553 - [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
NAKAMURA Takumi
geek4civic at gmail.com
Sat Mar 22 18:23:36 PDT 2014
Author: chapuni
Date: Sat Mar 22 20:23:36 2014
New Revision: 204553
URL: http://llvm.org/viewvc/llvm-project?rev=204553&view=rev
Log:
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
Modified:
llvm/trunk/lib/ProfileData/CMakeLists.txt
Modified: llvm/trunk/lib/ProfileData/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ProfileData/CMakeLists.txt?rev=204553&r1=204552&r2=204553&view=diff
==============================================================================
--- llvm/trunk/lib/ProfileData/CMakeLists.txt (original)
+++ llvm/trunk/lib/ProfileData/CMakeLists.txt Sat Mar 22 20:23:36 2014
@@ -2,7 +2,4 @@ add_llvm_library(LLVMProfileData
InstrProf.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
-
- LINK_LIBS
- LLVMSupport
-)
+ )
More information about the llvm-commits
mailing list