[llvm-debuginfo-analyzer] Fix shared build. NFC.
authorMichael Liao <michael.hliao@gmail.com>
Mon, 24 Oct 2022 05:32:34 +0000 (01:32 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Mon, 24 Oct 2022 05:33:04 +0000 (01:33 -0400)
llvm/lib/DebugInfo/LogicalView/CMakeLists.txt

index b831957..d4cc454 100644 (file)
@@ -30,6 +30,7 @@ add_llvm_component_library(LLVMDebugInfoLogicalView
   ${LIBLV_ADDITIONAL_HEADER_DIRS}
 
   LINK_COMPONENTS
+  BinaryFormat
   Object
   MC
   Support