summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/LTO/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/LTO/CMakeLists.txt b/llvm/lib/LTO/CMakeLists.txt
index 8e00bcb6551..5791398c329 100644
--- a/llvm/lib/LTO/CMakeLists.txt
+++ b/llvm/lib/LTO/CMakeLists.txt
@@ -2,3 +2,5 @@ add_llvm_library(LLVMLTO
LTOModule.cpp
LTOCodeGenerator.cpp
)
+
+add_dependencies(LLVMLTO intrinsics_gen)
OpenPOWER on IntegriCloud