lld: Reorder libdeps.

Differential Revision: https://reviews.llvm.org/D38828

llvm-svn: 315529
This commit is contained in:
NAKAMURA Takumi 2017-10-11 23:18:43 +00:00
parent 0ee2632403
commit d791eaa559
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -14,8 +14,8 @@ add_lld_library(lldDriver
Support Support
LINK_LIBS LINK_LIBS
lldMachO
lldCore lldCore
lldMachO
lldReaderWriter lldReaderWriter
lldYAML lldYAML
) )

View File

@ -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

View File

@ -7,8 +7,8 @@ add_lld_tool(lld
) )
target_link_libraries(lld target_link_libraries(lld
lldDriver
lldCOFF lldCOFF
lldDriver
lldELF lldELF
lldMinGW lldMinGW
) )