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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 20:00:38 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/MC/COFF/section.s:40
 .section s_y,"y"; .long 1
+.section s_i,"i"; .long 1
 
----------------
mstorsjo wrote:
> 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)?
How can I configure binutils for Windows to check this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136125



More information about the llvm-commits mailing list