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:
685c2ad
)
[CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Analysis...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 1 Feb 2015 00:55:32 +0000
(
00:55
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 1 Feb 2015 00:55:32 +0000
(
00:55
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227699
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/Target/CMakeLists.txt
b/lib/Target/CMakeLists.txt
index 87162dc5bf719d80fc195358a05f021f3f22ad22..d0f10a19a0f4de4cf78c9a8aa952a722af5d823e 100644
(file)
--- a/
lib/Target/CMakeLists.txt
+++ b/
lib/Target/CMakeLists.txt
@@
-1,3
+1,5
@@
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
+
add_llvm_library(LLVMTarget
Target.cpp
TargetIntrinsicInfo.cpp
@@
-7,8
+9,6
@@
add_llvm_library(LLVMTarget
TargetSubtargetInfo.cpp
)
-list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
-
foreach(t ${LLVM_TARGETS_TO_BUILD})
message(STATUS "Targeting ${t}")
add_subdirectory(${t})