[llvm] r289053 - DebugInfoDWARFTests: Prune unused libdeps.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 06:26:24 PST 2016


Author: chapuni
Date: Thu Dec  8 08:26:23 2016
New Revision: 289053

URL: http://llvm.org/viewvc/llvm-project?rev=289053&view=rev
Log:
DebugInfoDWARFTests: Prune unused libdeps.

Modified:
    llvm/trunk/unittests/DebugInfo/DWARF/CMakeLists.txt

Modified: llvm/trunk/unittests/DebugInfo/DWARF/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/DebugInfo/DWARF/CMakeLists.txt?rev=289053&r1=289052&r2=289053&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/DWARF/CMakeLists.txt (original)
+++ llvm/trunk/unittests/DebugInfo/DWARF/CMakeLists.txt Thu Dec  8 08:26:23 2016
@@ -1,14 +1,10 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   AsmPrinter
-  CodeGen
-  Core
   DebugInfoDWARF
   MC
-  MIRParser
   Object
   Support
-  Target
   )
 
 set(DebugInfoSources




More information about the llvm-commits mailing list