summaryrefslogtreecommitdiff
path: root/lib/LTO/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LTO/CMakeLists.txt')
-rw-r--r--lib/LTO/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/LTO/CMakeLists.txt b/lib/LTO/CMakeLists.txt
new file mode 100644
index 0000000000..8e00bcb655
--- /dev/null
+++ b/lib/LTO/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_llvm_library(LLVMLTO
+ LTOModule.cpp
+ LTOCodeGenerator.cpp
+ )