[PATCH] D136125: [MC][COFF] Add COFF section flag "Info"

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 10:32:46 PDT 2022


mstorsjo added inline comments.


================
Comment at: llvm/test/MC/COFF/section.s:40
 .section s_y,"y"; .long 1
+.section s_i,"i"; .long 1
 
----------------
Is this a section flag that GNU as also supports, or is this flag a new invention (which hopefully doesn’t collide with something elder in GNU as)?


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

https://reviews.llvm.org/D136125



More information about the llvm-commits mailing list