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:
2349136
)
[PM] Fixup for r231556 where I missed a dependency on intrinsics
author
Chandler Carruth
<chandlerc@gmail.com>
Sat, 7 Mar 2015 09:08:20 +0000
(09:08 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Sat, 7 Mar 2015 09:08:20 +0000
(09:08 +0000)
generation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231558
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Passes/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/Passes/CMakeLists.txt
b/lib/Passes/CMakeLists.txt
index
3d6b3fb
..
6ceac7b
100644
(file)
--- a/
lib/Passes/CMakeLists.txt
+++ b/
lib/Passes/CMakeLists.txt
@@
-4,3
+4,5
@@
add_llvm_library(LLVMPasses
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
)
+
+add_dependencies(LLVMPasses intrinsics_gen)