summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 14:11:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 14:11:02 +0000
commitfdf3edeb0c1cf364c87dbe21cc29653d8ea85fee (patch)
tree8878ed8b64c403fa0a2d23e33c3d6e820cdf813d
parentbf177380aba31d09d6ed4684a4cee7a17c04f890 (diff)
downloadbcm5719-llvm-fdf3edeb0c1cf364c87dbe21cc29653d8ea85fee.tar.gz
bcm5719-llvm-fdf3edeb0c1cf364c87dbe21cc29653d8ea85fee.zip
DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object.
llvm-svn: 289052
-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