summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-11-19 02:33:57 +0000
committerChris Bieneman <beanz@apple.com>2016-11-19 02:33:57 +0000
commit1bc4fab8cda6173621ae18bd8e0f6f5ba2dd44ca (patch)
tree30f06bca838abfebd49ebde37c57d8f91326f64c /llvm/tools
parent4e826e098600c2a51e90bf453fae696040fd4c55 (diff)
downloadbcm5719-llvm-1bc4fab8cda6173621ae18bd8e0f6f5ba2dd44ca.tar.gz
bcm5719-llvm-1bc4fab8cda6173621ae18bd8e0f6f5ba2dd44ca.zip
[CMake] llvm-extract depends on intrinsics_gen
llvm-extract.cpp has the following include chain: llvm/Bitcode/BitcodeWriterPass.h llvm/IR/PassManager.h llvm/IR/Function.h llvm/IR/Argument.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means llvm-extract needs to depend on intrinsics_gen. llvm-svn: 287430
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-extract/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-extract/CMakeLists.txt b/llvm/tools/llvm-extract/CMakeLists.txt
index c984f01034f..ce2a78d5d38 100644
--- a/llvm/tools/llvm-extract/CMakeLists.txt
+++ b/llvm/tools/llvm-extract/CMakeLists.txt
@@ -8,4 +8,7 @@ set(LLVM_LINK_COMPONENTS
add_llvm_tool(llvm-extract
llvm-extract.cpp
+
+ DEPENDS
+ intrinsics_gen
)
OpenPOWER on IntegriCloud