[PATCH] D80247: [NFC][AIX] Remove spaces after the comma for `.csect` directive

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 14:53:48 PDT 2020


Xiangling_L created this revision.
Xiangling_L added reviewers: jasonliu, hubert.reinterpretcast, stevewan.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, arphaman, hiraditya, nemanjai.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80247

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80247.265040.patch
Type: text/x-patch
Size: 10307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/e4b224a9/attachment.bin>


More information about the llvm-commits mailing list