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