summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/DebugInfo/DWARF/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
index ed1c78b2c9f..ce8dc501bdf 100644
--- a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
@@ -1,10 +1,12 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ AsmPrinter
CodeGen
Core
DebugInfoDWARF
MC
MIRParser
+ Object
Support
Target
)
OpenPOWER on IntegriCloud