[llvm] [llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (PR #116027)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 01:38:33 PST 2024
================
@@ -1,17 +1,22 @@
set(LLVM_LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
+ AsmPrinter
DebugInfoLogicalView
MC
MCDisassembler
TargetParser
)
add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
+ ../DWARF/DwarfGenerator.cpp
+ ../DWARF/DwarfUtils.cpp
----------------
CarlosAlbertoEnciso wrote:
That is a good point. I will create a PR to record that request.
https://github.com/llvm/llvm-project/pull/116027
More information about the llvm-commits
mailing list