diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-12 00:04:24 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-12 00:04:24 +0000 |
| commit | b6d3452243d94282d4d7f42f900a7e763f116fb0 (patch) | |
| tree | f881c5e2ca5d81a357ebf3903548445d4e3fb2c0 | |
| parent | 41a9ee98f9fb16d463667e28e56fb42c962e91ce (diff) | |
| download | bcm5719-llvm-b6d3452243d94282d4d7f42f900a7e763f116fb0.tar.gz bcm5719-llvm-b6d3452243d94282d4d7f42f900a7e763f116fb0.zip | |
lld: Prune unused libdeps.
llvm-svn: 315537
| -rw-r--r-- | lld/COFF/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | lld/ELF/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | lld/lib/Driver/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | lld/lib/ReaderWriter/CMakeLists.txt | 1 |
4 files changed, 0 insertions, 16 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt index df57bb6464c..bff561293da 100644 --- a/lld/COFF/CMakeLists.txt +++ b/lld/COFF/CMakeLists.txt @@ -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 diff --git a/lld/ELF/CMakeLists.txt b/lld/ELF/CMakeLists.txt index 8d60c19da29..c4db3e9069f 100644 --- a/lld/ELF/CMakeLists.txt +++ b/lld/ELF/CMakeLists.txt @@ -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 diff --git a/lld/lib/Driver/CMakeLists.txt b/lld/lib/Driver/CMakeLists.txt index df703209082..097a8177ea1 100644 --- a/lld/lib/Driver/CMakeLists.txt +++ b/lld/lib/Driver/CMakeLists.txt @@ -9,7 +9,6 @@ add_lld_library(lldDriver ${LLD_INCLUDE_DIR}/lld/Driver LINK_COMPONENTS - Object Option Support diff --git a/lld/lib/ReaderWriter/CMakeLists.txt b/lld/lib/ReaderWriter/CMakeLists.txt index 8751d569b75..bedb836d2c1 100644 --- a/lld/lib/ReaderWriter/CMakeLists.txt +++ b/lld/lib/ReaderWriter/CMakeLists.txt @@ -17,5 +17,4 @@ add_lld_library(lldReaderWriter LINK_LIBS lldCore - lldYAML ) |

