diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-06 05:56:39 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-06 05:56:39 +0000 |
| commit | 2e363350f5b3a5df6a92b5afe55ee2375e06740a (patch) | |
| tree | 7d8345dc51e0cf3939718d9c2484e44f5c890334 /lib/CodeGen | |
| parent | 27770f46aa07caa2729ecee9ce0bd7db9f126722 (diff) | |
| download | external_llvm-2e363350f5b3a5df6a92b5afe55ee2375e06740a.zip external_llvm-2e363350f5b3a5df6a92b5afe55ee2375e06740a.tar.gz external_llvm-2e363350f5b3a5df6a92b5afe55ee2375e06740a.tar.bz2 | |
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index 8d15c06..65e7bee 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -13,3 +13,5 @@ add_llvm_library(LLVMAsmPrinter OcamlGCPrinter.cpp Win64Exception.cpp ) + +add_dependencies(LLVMAsmPrinter intrinsics_gen) |
