[PATCH] D80532: [NFC] Fix formatting for the 'aix-ld.c' test case.

Steven Wan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 13:24:24 PDT 2020


stevewan created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
stevewan added reviewers: ZarkoCA, hubert.reinterpretcast, daltenty.
stevewan edited the summary of this revision.

Based on comments received in D80415 <https://reviews.llvm.org/D80415> pertinent to test case format, the following fixes are provided to other tests in 'aix-ld.c' for the sake of consistency and readability,

- Align flags in RUN directives vertically.
- Align patterns in CHECK directives vertically.
- Remove the ‘-o %t.o’ as it’s unnecessary for tests with ‘-###’.
- Fix typos in comments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80532

Files:
  clang/test/Driver/aix-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80532.266069.patch
Type: text/x-patch
Size: 16005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200525/ccbb563c/attachment-0001.bin>


More information about the cfe-commits mailing list