Build fix: don't try to link in lldConfig

Config was removed in r314719.

llvm-svn: 314736
This commit is contained in:
Hans Wennborg 2017-10-02 23:09:37 +00:00
parent 8f1a5d39de
commit f69216a575
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ add_lld_library(lldELF
LINK_LIBS
lldCommon
lldConfig
lldCore
${LLVM_PTHREAD_LIB}

View File

@ -14,7 +14,6 @@ add_lld_library(lldDriver
Support
LINK_LIBS
lldConfig
lldMachO
lldCore
lldReaderWriter