[PATCH] D155943: [NFC] Update formatting of some symbolizer tests
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 04:46:09 PDT 2023
sepavloff created this revision.
sepavloff added reviewers: jhenderson, dblaikie, mysterymath, MaskRay, ikudrin, dvyukov.
Herald added a project: All.
sepavloff requested review of this revision.
Herald added a project: LLVM.
These tests are changed in D149757 <https://reviews.llvm.org/D149757>. To reduce that patch size, the tests
are updated here. The test format is fixed according to the rules:
- ## for actual comments;
- # for RUN and CHECK lines;
- all comment markers should have a space between them and the rest of the line (e.g. # CHECK: or ## This is a comment).
In some cases test lines are reordered to make CHECK commands closer to
the corresponding RUN lines.
No other changes are made.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155943
Files:
llvm/test/tools/llvm-symbolizer/invalid-input-address.test
llvm/test/tools/llvm-symbolizer/output-style-empty-line.test
llvm/test/tools/llvm-symbolizer/sym-verbose.test
llvm/test/tools/llvm-symbolizer/sym.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155943.542864.patch
Type: text/x-patch
Size: 21935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/6b22cbc0/attachment.bin>
More information about the llvm-commits
mailing list