mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
Fix shared build after r293965 (Core) and r293967 (COFF)
llvm-svn: 293996
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user