From: NAKAMURA Takumi Date: Thu, 8 Dec 2016 14:11:02 +0000 (+0000) Subject: DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6644264b5a711ca7c4e84da3b05ae849d7714c;p=llvm DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/DebugInfo/DWARF/CMakeLists.txt b/unittests/DebugInfo/DWARF/CMakeLists.txt index ed1c78b2c9f..ce8dc501bdf 100644 --- a/unittests/DebugInfo/DWARF/CMakeLists.txt +++ b/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 )