[PATCH] D112183: [llvm-objdump] Fix the Assertion failure when providing invalid --debug-vars or --dwarf values

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 01:03:06 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/ARM/debug-vars-dwarf4.s:14
+# RUN: llvm-objdump %t.o -d --debug-vars | \
+# RUN: FileCheck %s --check-prefix=RAW --strict-whitespace
 
----------------
Please indent this and all similar lines in this file. The logic is that by indenting it, you show that this is a continuation of the previous RUN line.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112183/new/

https://reviews.llvm.org/D112183



More information about the llvm-commits mailing list