[PATCH] D74843: [llvm-objdump] Add entry_value locations to variable display
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 13:39:24 PST 2020
aprantl added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/ARM/debug-vars-entry-value.s:1
+# RUN: llvm-mc --triple armv8a--none-eabi < %s --filetype=obj | \
+# RUN: llvm-objdump - -d --debug-vars --no-show-raw-insn | \
----------------
It would be a lot more efficient to test this in `unittests/DebugInfo/dwarf`, but just dumping the expression bytes themselves. Otherwise the canonical place to test dwarf dumping facilities is usually llvm-dwarfdump.
I'm kind of worried that this test will need to be updated every time someone tunes the output formatting of objdump
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74843/new/
https://reviews.llvm.org/D74843
More information about the llvm-commits
mailing list