summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-08-06 05:56:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-08-06 05:56:39 +0000
commite359e85649a5bc7f22cb524c931c027cfbda47af (patch)
treebd793873d5009897510e44e5ce3945a2c5057854
parent752f1ec65192920a0365a3073351d033047f143b (diff)
downloadbcm5719-llvm-e359e85649a5bc7f22cb524c931c027cfbda47af.tar.gz
bcm5719-llvm-e359e85649a5bc7f22cb524c931c027cfbda47af.zip
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
llvm-svn: 187778
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
index 8d15c069c6f..65e7beea7dd 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -13,3 +13,5 @@ add_llvm_library(LLVMAsmPrinter
OcamlGCPrinter.cpp
Win64Exception.cpp
)
+
+add_dependencies(LLVMAsmPrinter intrinsics_gen)
OpenPOWER on IntegriCloud