summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-11-19 02:36:28 +0000
committerChris Bieneman <beanz@apple.com>2016-11-19 02:36:28 +0000
commitb2b18d2adad6dccf52cb9c55081949b1032b7062 (patch)
treea715767ea4b7e6b50d231caac6d21bd6ea04e49d /llvm/tools/llvm-link
parent1bc4fab8cda6173621ae18bd8e0f6f5ba2dd44ca (diff)
downloadbcm5719-llvm-b2b18d2adad6dccf52cb9c55081949b1032b7062.tar.gz
bcm5719-llvm-b2b18d2adad6dccf52cb9c55081949b1032b7062.zip
[CMake] llvm-link depends on intrinsics_gen
llvm-link.cpp has the following include chain: llvm/Bitcode/BitcodeWriter.h llvm/IR/ModuleSummaryIndex.h llvm/IR/Module.h llvm/IR/Function.h llvm/IR/Argument.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means llvm-link needs to depend on intrinsics_gen. llvm-svn: 287431
Diffstat (limited to 'llvm/tools/llvm-link')
-rw-r--r--llvm/tools/llvm-link/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-link/CMakeLists.txt b/llvm/tools/llvm-link/CMakeLists.txt
index f69df95947d..5aae69b4ca0 100644
--- a/llvm/tools/llvm-link/CMakeLists.txt
+++ b/llvm/tools/llvm-link/CMakeLists.txt
@@ -10,4 +10,7 @@ set(LLVM_LINK_COMPONENTS
add_llvm_tool(llvm-link
llvm-link.cpp
+
+ DEPENDS
+ intrinsics_gen
)
OpenPOWER on IntegriCloud