forked from OSchip/llvm-project
[CMake] Fix BUILD_SHARED_LIBS regression due to r331405
llvm-svn: 331444
This commit is contained in:
parent
342ac8cd7e
commit
f161de4e7d
|
@ -46,6 +46,7 @@ add_lld_library(lldELF
|
|||
LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
BinaryFormat
|
||||
BitWriter
|
||||
Core
|
||||
DebugInfoDWARF
|
||||
LTO
|
||||
|
|
Loading…
Reference in New Issue