[PATCH] D74841: [llvm-objdump] Add simple memory expressions to variable display
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 13:39:25 PST 2020
aprantl added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/ARM/debug-vars-breg.s:1
+# RUN: llvm-mc --triple armv8a--none-eabi < %s --filetype=obj | \
+# RUN: llvm-objdump - -d --debug-vars --no-show-raw-insn | \
----------------
Same comment as applies as in the other review. Could this be tested with a unittest that just dumps a single expression?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74841/new/
https://reviews.llvm.org/D74841
More information about the llvm-commits
mailing list