[PATCH] D136125: [MC][COFF] Add COFF section flag "Info"
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 20:31:02 PDT 2022
efriedma added inline comments.
================
Comment at: llvm/test/MC/COFF/section.s:40
.section s_y,"y"; .long 1
+.section s_i,"i"; .long 1
----------------
MaskRay wrote:
> 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?
Not sure what exactly you're asking, but possible answers:
- mingw gcc/binutils binary packages are widely available; you don't need to try to build it yourself.
- binutils source code does not refer to IMAGE_SCN_LNK_INFO anywhere relevant, and none of the documented flags produce it.
- binutils currently produces an error message if you try to use "i".
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