summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt')
-rw-r--r--contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt b/contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
new file mode 100644
index 0000000..468f072
--- /dev/null
+++ b/contrib/llvm/lib/CodeGen/MIRParser/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_llvm_library(LLVMMIRParser
+ MIRParser.cpp
+ )
+
+add_dependencies(LLVMMIRParser intrinsics_gen)
OpenPOWER on IntegriCloud