mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08: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:
@@ -1,6 +1,7 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
AsmPrinter
|
||||
BinaryFormat
|
||||
DebugInfoDWARF
|
||||
MC
|
||||
Object
|
||||
|
||||
Reference in New Issue
Block a user