[PATCH] D101272: [llvm-objdump][XCOFF][AIX] Enable the -l (--line-numbers) option.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 01:07:33 PDT 2021
jhenderson accepted this revision.
jhenderson added a comment.
LGTM, once my last comment has been addressed.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/print-linenumber.test:1
+# Test that the `llvm-objdump -l` can print correct line numbers.
+
----------------
As per other comments, use `##` for the marker. Also, no need to mention llvm-objdump (since we're in the llvm-objdump test directory).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101272/new/
https://reviews.llvm.org/D101272
More information about the llvm-commits
mailing list