forked from OSchip/llvm-project
Fix shared build after r293965 (Core) and r293967 (COFF)
llvm-svn: 293996
This commit is contained in:
parent
da910e0a8b
commit
82c489f2a6
|
@ -27,6 +27,7 @@ add_lld_library(lldCOFF
|
|||
|
||||
LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
BitReader
|
||||
Core
|
||||
DebugInfoCodeView
|
||||
DebugInfoMSF
|
||||
|
|
|
@ -18,6 +18,7 @@ add_lld_library(lldCore
|
|||
${LLD_INCLUDE_DIR}/lld/Core
|
||||
|
||||
LINK_COMPONENTS
|
||||
MC
|
||||
Support
|
||||
|
||||
DEPENDS
|
||||
|
|
Loading…
Reference in New Issue