[llvm] [llvm-debuginfo-analyzer] Common handling of unsigned attribute values. (PR #116027)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 11:58:38 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
----------------
pogo59 wrote:
This is okay for now, but really these components should be moved into their own library so they can be shared between unittests.
https://github.com/llvm/llvm-project/pull/116027
More information about the llvm-commits
mailing list