[llvm] 81ad624 - [llvm-debuginfo-analyzer] Fix shared build. NFC.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 22:33:21 PDT 2022


Author: Michael Liao
Date: 2022-10-24T01:33:04-04:00
New Revision: 81ad624b1a110a7d10a52ed8065b4e0b82a03123

URL: https://github.com/llvm/llvm-project/commit/81ad624b1a110a7d10a52ed8065b4e0b82a03123
DIFF: https://github.com/llvm/llvm-project/commit/81ad624b1a110a7d10a52ed8065b4e0b82a03123.diff

LOG: [llvm-debuginfo-analyzer] Fix shared build. NFC.

Added: 
    

Modified: 
    llvm/lib/DebugInfo/LogicalView/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt b/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
index b831957fdbab..d4cc4546b4bb 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


        


More information about the llvm-commits mailing list