forked from OSchip/llvm-project
lld: Reorder libdeps.
Differential Revision: https://reviews.llvm.org/D38828 llvm-svn: 315529
This commit is contained in:
parent
0ee2632403
commit
d791eaa559
|
@ -31,14 +31,14 @@ add_lld_library(lldCOFF
|
||||||
DebugInfoCodeView
|
DebugInfoCodeView
|
||||||
DebugInfoMSF
|
DebugInfoMSF
|
||||||
DebugInfoPDB
|
DebugInfoPDB
|
||||||
LTO
|
|
||||||
LibDriver
|
LibDriver
|
||||||
Object
|
LTO
|
||||||
MC
|
MC
|
||||||
MCDisassembler
|
MCDisassembler
|
||||||
Target
|
Object
|
||||||
Option
|
Option
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
WindowsManifest
|
WindowsManifest
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
|
|
|
@ -57,10 +57,10 @@ add_lld_library(lldELF
|
||||||
IPO
|
IPO
|
||||||
Linker
|
Linker
|
||||||
LTO
|
LTO
|
||||||
|
MC
|
||||||
Object
|
Object
|
||||||
Option
|
Option
|
||||||
Passes
|
Passes
|
||||||
MC
|
|
||||||
Support
|
Support
|
||||||
Target
|
Target
|
||||||
TransformUtils
|
TransformUtils
|
||||||
|
|
|
@ -10,8 +10,8 @@ add_lld_library(lldMinGW
|
||||||
Driver.cpp
|
Driver.cpp
|
||||||
|
|
||||||
LINK_COMPONENTS
|
LINK_COMPONENTS
|
||||||
Support
|
|
||||||
Option
|
Option
|
||||||
|
Support
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
lldCOFF
|
lldCOFF
|
||||||
|
|
|
@ -14,8 +14,8 @@ add_lld_library(lldDriver
|
||||||
Support
|
Support
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
lldMachO
|
|
||||||
lldCore
|
lldCore
|
||||||
|
lldMachO
|
||||||
lldReaderWriter
|
lldReaderWriter
|
||||||
lldYAML
|
lldYAML
|
||||||
)
|
)
|
||||||
|
|
|
@ -21,9 +21,9 @@ add_lld_library(lldMachO
|
||||||
|
|
||||||
LINK_COMPONENTS
|
LINK_COMPONENTS
|
||||||
DebugInfoDWARF
|
DebugInfoDWARF
|
||||||
|
Demangle
|
||||||
Object
|
Object
|
||||||
Support
|
Support
|
||||||
Demangle
|
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
lldCore
|
lldCore
|
||||||
|
|
|
@ -7,8 +7,8 @@ add_lld_tool(lld
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(lld
|
target_link_libraries(lld
|
||||||
lldDriver
|
|
||||||
lldCOFF
|
lldCOFF
|
||||||
|
lldDriver
|
||||||
lldELF
|
lldELF
|
||||||
lldMinGW
|
lldMinGW
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue