diff options
-rw-r--r-- | lld/COFF/CMakeLists.txt | 6 | ||||
-rw-r--r-- | lld/ELF/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lld/MinGW/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lld/lib/Driver/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lld/lib/ReaderWriter/MachO/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lld/tools/lld/CMakeLists.txt | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt index 4f7659e7a2c..df57bb6464c 100644 --- a/lld/COFF/CMakeLists.txt +++ b/lld/COFF/CMakeLists.txt @@ -31,14 +31,14 @@ add_lld_library(lldCOFF DebugInfoCodeView DebugInfoMSF DebugInfoPDB - LTO LibDriver - Object + LTO MC MCDisassembler - Target + Object Option Support + Target WindowsManifest LINK_LIBS diff --git a/lld/ELF/CMakeLists.txt b/lld/ELF/CMakeLists.txt index e53626af3ef..8d60c19da29 100644 --- a/lld/ELF/CMakeLists.txt +++ b/lld/ELF/CMakeLists.txt @@ -57,10 +57,10 @@ add_lld_library(lldELF IPO Linker LTO + MC Object Option Passes - MC Support Target TransformUtils diff --git a/lld/MinGW/CMakeLists.txt b/lld/MinGW/CMakeLists.txt index 4977eb399e5..538a1bba47e 100644 --- a/lld/MinGW/CMakeLists.txt +++ b/lld/MinGW/CMakeLists.txt @@ -10,8 +10,8 @@ add_lld_library(lldMinGW Driver.cpp LINK_COMPONENTS - Support Option + Support LINK_LIBS lldCOFF diff --git a/lld/lib/Driver/CMakeLists.txt b/lld/lib/Driver/CMakeLists.txt index a82fc21004f..df703209082 100644 --- a/lld/lib/Driver/CMakeLists.txt +++ b/lld/lib/Driver/CMakeLists.txt @@ -14,8 +14,8 @@ add_lld_library(lldDriver Support LINK_LIBS - lldMachO lldCore + lldMachO lldReaderWriter lldYAML ) diff --git a/lld/lib/ReaderWriter/MachO/CMakeLists.txt b/lld/lib/ReaderWriter/MachO/CMakeLists.txt index 5a96d87f1f7..f2fc3477249 100644 --- a/lld/lib/ReaderWriter/MachO/CMakeLists.txt +++ b/lld/lib/ReaderWriter/MachO/CMakeLists.txt @@ -21,9 +21,9 @@ add_lld_library(lldMachO LINK_COMPONENTS DebugInfoDWARF + Demangle Object Support - Demangle LINK_LIBS lldCore diff --git a/lld/tools/lld/CMakeLists.txt b/lld/tools/lld/CMakeLists.txt index fc80fbd2a79..f081e75838d 100644 --- a/lld/tools/lld/CMakeLists.txt +++ b/lld/tools/lld/CMakeLists.txt @@ -7,8 +7,8 @@ add_lld_tool(lld ) target_link_libraries(lld - lldDriver lldCOFF + lldDriver lldELF lldMinGW ) |