[all-commits] [llvm/llvm-project] 2419dc: [NFC][AIX] Remove spaces after the comma for '.cse...

Xiangling-Liao via All-commits all-commits at lists.llvm.org
Fri May 22 08:11:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2419dce5d1c6338012002a9358c7c8fc6a7baca5
      https://github.com/llvm/llvm-project/commit/2419dce5d1c6338012002a9358c7c8fc6a7baca5
  Author: Xiangling_Liao <xiangxdh at gmail.com>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/test/CodeGen/PowerPC/aix-func-align.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    M llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll
    M llvm/test/CodeGen/PowerPC/aix-reference-func-addr-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-lower-comm.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/test_func_desc.ll

  Log Message:
  -----------
  [NFC][AIX] Remove spaces after the comma for '.csect' directive

To be consistent with other directives like '.comm', '.lcomm', we remove
the spaces after the comma for '.csect' on AIX.

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




More information about the All-commits mailing list