[PATCH] D69296: [ARM] Uses "Sun Style" syntax for section switching

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 02:00:59 PDT 2019


peter.smith added inline comments.


================
Comment at: llvm/include/llvm/MC/MCAsmInfo.h:218
   /// This is true if this target uses "Sun Style" syntax for section switching
-  /// ("#alloc,#write" etc) instead of the normal ELF syntax (,"a,w") in
+  /// ("#alloc,#write" etc) along the normal ELF syntax (,"a,w") in
   /// .section directives.  Defaults to false.
----------------
nit: I'd use "alongside" rather than "along"  here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69296





More information about the llvm-commits mailing list