lld: Prune unused libdeps.

llvm-svn: 315537
This commit is contained in:
NAKAMURA Takumi 2017-10-12 00:04:24 +00:00
parent 41a9ee98f9
commit b6d3452243
4 changed files with 0 additions and 16 deletions

View File

@ -26,7 +26,6 @@ add_lld_library(lldCOFF
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
BitReader
Core
DebugInfoCodeView
DebugInfoMSF
@ -34,16 +33,13 @@ add_lld_library(lldCOFF
LibDriver
LTO
MC
MCDisassembler
Object
Option
Support
Target
WindowsManifest
LINK_LIBS
lldCommon
lldCore
${LLVM_PTHREAD_LIB}
DEPENDS

View File

@ -46,28 +46,18 @@ add_lld_library(lldELF
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
BinaryFormat
BitReader
BitWriter
Codegen
Core
DebugInfoDWARF
Demangle
IPO
Linker
LTO
MC
Object
Option
Passes
Support
Target
TransformUtils
LINK_LIBS
lldCommon
lldCore
${LLVM_PTHREAD_LIB}
DEPENDS

View File

@ -9,7 +9,6 @@ add_lld_library(lldDriver
${LLD_INCLUDE_DIR}/lld/Driver
LINK_COMPONENTS
Object
Option
Support

View File

@ -17,5 +17,4 @@ add_lld_library(lldReaderWriter
LINK_LIBS
lldCore
lldYAML
)