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:
Pavel Labath
2020-04-09 15:36:51 +02:00
parent 9bda29ab0f
commit 0d40f342cb

View File

@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AsmPrinter
BinaryFormat
DebugInfoDWARF
MC
Object