forked from OSchip/llvm-project
parent
41a9ee98f9
commit
b6d3452243
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,7 +9,6 @@ add_lld_library(lldDriver
|
|||
${LLD_INCLUDE_DIR}/lld/Driver
|
||||
|
||||
LINK_COMPONENTS
|
||||
Object
|
||||
Option
|
||||
Support
|
||||
|
||||
|
|
|
@ -17,5 +17,4 @@ add_lld_library(lldReaderWriter
|
|||
|
||||
LINK_LIBS
|
||||
lldCore
|
||||
lldYAML
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue