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 | e359e85649a5bc7f22cb524c931c027cfbda47af (patch) | |
| tree | bd793873d5009897510e44e5ce3945a2c5057854 /llvm | |
| parent | 752f1ec65192920a0365a3073351d033047f143b (diff) | |
| download | bcm5719-llvm-e359e85649a5bc7f22cb524c931c027cfbda47af.tar.gz bcm5719-llvm-e359e85649a5bc7f22cb524c931c027cfbda47af.zip | |
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
llvm-svn: 187778
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 |
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) |

