[llvm] 1d4fd09 - [llvm-debuginfo-analyzer] (06/09) - Warning and internal options
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 23 22:01:53 PDT 2022
Author: Carlos Alberto Enciso
Date: 2022-10-24T06:01:17+01:00
New Revision: 1d4fd09c51f2ed2b42c441f75a49fa72d0dd582b
URL: https://github.com/llvm/llvm-project/commit/1d4fd09c51f2ed2b42c441f75a49fa72d0dd582b
DIFF: https://github.com/llvm/llvm-project/commit/1d4fd09c51f2ed2b42c441f75a49fa72d0dd582b.diff
LOG: [llvm-debuginfo-analyzer] (06/09) - Warning and internal options
The 'clang-ppc64le-linux-multistage24452' buildbot fails with:
https://lab.llvm.org/buildbot#builders/121/builds/24452
undefined reference to `llvm::dwarf::TagString(unsigned int)'
Add 'DebugInfoDWARF' in the CMakeLists.txt CMake file.
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 e6a85d385f12..b831957fdbab 100644
--- a/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
@@ -33,4 +33,5 @@ add_llvm_component_library(LLVMDebugInfoLogicalView
Object
MC
Support
+ DebugInfoDWARF
)
More information about the llvm-commits
mailing list