summaryrefslogtreecommitdiff
path: root/tools/bugpoint-passes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint-passes/CMakeLists.txt')
-rw-r--r--tools/bugpoint-passes/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bugpoint-passes/CMakeLists.txt b/tools/bugpoint-passes/CMakeLists.txt
new file mode 100644
index 0000000000..50109a52c2
--- /dev/null
+++ b/tools/bugpoint-passes/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_loadable_module( BugpointPasses
+ TestPasses.cpp
+ )