projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3880348
)
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 23 Mar 2014 01:23:36 +0000
(
01:23
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 23 Mar 2014 01:23:36 +0000
(
01:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204553
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ProfileData/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/ProfileData/CMakeLists.txt
b/lib/ProfileData/CMakeLists.txt
index 5204afcdc4eeadd1c50b75f93f3691fc0c9863a8..aefb16cb8d963ed13be53313c33a64d2cde70329 100644
(file)
--- a/
lib/ProfileData/CMakeLists.txt
+++ b/
lib/ProfileData/CMakeLists.txt
@@
-2,7
+2,4
@@
add_llvm_library(LLVMProfileData
InstrProf.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
-
- LINK_LIBS
- LLVMSupport
-)
+ )