To be consistent with other directives like .comm, '.lcomm', we remove the spaces after the comma for .csect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.