[all-commits] [llvm/llvm-project] a924da: [NFC] Fix formatting for the 'aix-ld.c' test case.

Steven Wan via All-commits all-commits at lists.llvm.org
Tue May 26 15:12:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a924dac44f31ffa19508165fc61a9f10cd1d4836
      https://github.com/llvm/llvm-project/commit/a924dac44f31ffa19508165fc61a9f10cd1d4836
  Author: stevewan <wan.yu at ibm.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M clang/test/Driver/aix-ld.c

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

Summary:
Based on comments received in 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.

Reviewers: ZarkoCA, hubert.reinterpretcast, daltenty

Reviewed By: hubert.reinterpretcast

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D80532




More information about the All-commits mailing list