forked from OSchip/llvm-project
[lld-macho] Add dependency to DebugInfoDWARF
Without this `-DBUILD_SHARED_LIBS=ON` doesn't work.
This commit is contained in:
parent
ac1b2ae9dc
commit
6fb88c6cd5
|
@ -28,6 +28,7 @@ add_lld_library(lldMachO2
|
|||
${LLVM_TARGETS_TO_BUILD}
|
||||
BinaryFormat
|
||||
Core
|
||||
DebugInfoDWARF
|
||||
LTO
|
||||
MC
|
||||
Object
|
||||
|
|
Loading…
Reference in New Issue