forked from OSchip/llvm-project
[LLD] Add required dependency after shared libs break due to ba5087f130
The dependency on TextAPI was not added and is required for shared libs builds.
This commit is contained in:
parent
a701dc5510
commit
16989f6f5c
|
@ -24,6 +24,7 @@ add_lld_library(lldMachO
|
|||
Demangle
|
||||
Object
|
||||
Support
|
||||
TextAPI
|
||||
|
||||
LINK_LIBS
|
||||
lldCommon
|
||||
|
|
Loading…
Reference in New Issue