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

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 17:39:10 PDT 2020


jasonliu accepted this revision.
jasonliu added a comment.
This revision is now accepted and ready to land.

LGTM.
Although there are some other directives that has comma in them would have spaces, I'm fine if we want to take the position and say "as long as it's AIX specific directive, we will leave no space between commas". (llvm is already inconsistent, we will try to be somewhat consistent within ourselves.)
Thanks for the patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80247/new/

https://reviews.llvm.org/D80247





More information about the llvm-commits mailing list