summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/MIRParser/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/CMakeLists.txt b/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
index 7e757f68208..2eb5b844d0e 100644
--- a/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
+++ b/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
@@ -2,6 +2,7 @@ add_llvm_library(LLVMMIRParser
MILexer.cpp
MIParser.cpp
MIRParser.cpp
- )
-add_dependencies(LLVMMIRParser intrinsics_gen)
+ DEPENDS
+ intrinsics_gen
+ )
OpenPOWER on IntegriCloud