summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
index 68a9973d77e..05c6a28bbca 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -22,6 +22,7 @@ add_llvm_library(LLVMAsmPrinter
OcamlGCPrinter.cpp
WinException.cpp
CodeViewDebug.cpp
- )
-add_dependencies(LLVMAsmPrinter intrinsics_gen)
+ DEPENDS
+ intrinsics_gen
+ )
OpenPOWER on IntegriCloud