From 81ad624b1a110a7d10a52ed8065b4e0b82a03123 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Mon, 24 Oct 2022 01:32:34 -0400 Subject: [PATCH] [llvm-debuginfo-analyzer] Fix shared build. NFC. --- llvm/lib/DebugInfo/LogicalView/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt b/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt index b831957..d4cc454 100644 --- a/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_component_library(LLVMDebugInfoLogicalView ${LIBLV_ADDITIONAL_HEADER_DIRS} LINK_COMPONENTS + BinaryFormat Object MC Support -- 2.7.4