Add a missing dependency to DebugInfoDWARF unit tests
authorPavel Labath <pavel@labath.sk>
Thu, 9 Apr 2020 13:36:51 +0000 (15:36 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 9 Apr 2020 13:39:32 +0000 (15:39 +0200)
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.

llvm/unittests/DebugInfo/DWARF/CMakeLists.txt

index d7e7ed2..6b55f97 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   AsmPrinter
+  BinaryFormat
   DebugInfoDWARF
   MC
   Object