aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-lto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-lto/CMakeLists.txt')
-rw-r--r--tools/llvm-lto/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-lto/CMakeLists.txt b/tools/llvm-lto/CMakeLists.txt
index 3ea1aeea9a41..29b3339e6cea 100644
--- a/tools/llvm-lto/CMakeLists.txt
+++ b/tools/llvm-lto/CMakeLists.txt
@@ -1,7 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ BitWriter
+ Core
LTO
MC
+ Object
Support
Target
)