DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object.

llvm-svn: 289052
This commit is contained in:
NAKAMURA Takumi 2016-12-08 14:11:02 +00:00
parent bf177380ab
commit fdf3edeb0c
1 changed files with 2 additions and 0 deletions

View File

@ -1,10 +1,12 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AsmPrinter
CodeGen
Core
DebugInfoDWARF
MC
MIRParser
Object
Support
Target
)