mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Add a missing dependency to DebugInfoDWARF unit tests
BinaryFormat was already being used for various constants, but as of b761a648 it is alse used for code. This should fix the shared library build.
This commit is contained in:
parent
e0cec672c5
commit
b3390a44e5
@ -1,6 +1,7 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
AsmPrinter
|
||||
BinaryFormat
|
||||
DebugInfoDWARF
|
||||
MC
|
||||
Object
|
||||
|
Loading…
Reference in New Issue
Block a user