[PATCH] D62255: [llvm-objdump][test] Improve testing of some switches #3
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 04:03:18 PDT 2019
grimar added inline comments.
================
Comment at: test/tools/llvm-objdump/X86/disasm-specific-funcs-mangled-name.test:13
+# CHECK-NEXT: 0000000000000000 _Z3foov:
+# CHECK-NEXT: 0: 90 nop
+
----------------
jhenderson wrote:
> grimar wrote:
> > I would suggest to reduce amount of spaces here and below.
> > Looks a bit better when compact:
> > `0: 90 nop`
> >
> > Up to you though.
> How about I get rid of the 90 and nop completely? I don't think they're needed for the test.
I though about removing the `Content: '90'`, yes, but was not sure if that works.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62255/new/
https://reviews.llvm.org/D62255
More information about the llvm-commits
mailing list