aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Passes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Passes/CMakeLists.txt')
-rw-r--r--lib/Passes/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Passes/CMakeLists.txt b/lib/Passes/CMakeLists.txt
new file mode 100644
index 0000000..6ceac7b
--- /dev/null
+++ b/lib/Passes/CMakeLists.txt
@@ -0,0 +1,8 @@
+add_llvm_library(LLVMPasses
+ PassBuilder.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
+ )
+
+add_dependencies(LLVMPasses intrinsics_gen)