aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-rtdyld/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-rtdyld/CMakeLists.txt')
-rw-r--r--tools/llvm-rtdyld/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-rtdyld/CMakeLists.txt b/tools/llvm-rtdyld/CMakeLists.txt
index feb2134..c1acbe5 100644
--- a/tools/llvm-rtdyld/CMakeLists.txt
+++ b/tools/llvm-rtdyld/CMakeLists.txt
@@ -1,8 +1,9 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- DebugInfo
+ DebugInfoDWARF
ExecutionEngine
MC
+ Object
RuntimeDyld
Support
)