[PATCH] D104699: [llvm-objdump] Print comments for the disassembled code

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 19:00:26 PDT 2021


ikudrin added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/AArch64/disassemble-align.s:7
+#  CHECK-NEXT:       0: 62 10 00 91  |add|x2, x3, #4              // =4
+#  CHECK-NEXT:       4: 1f 20 03 d5  |nop
 # CHECK-EMPTY:
----------------
MaskRay wrote:
> Append `{{$}}` after `nop`?
As both `--match-full-lines` and `--strict-whitespace` are used, that is not necessary.


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

https://reviews.llvm.org/D104699



More information about the llvm-commits mailing list