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

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 15:15:15 PDT 2022


bcl5980 added a comment.

In D136125#3865895 <https://reviews.llvm.org/D136125#3865895>, @efriedma wrote:

> Actually, hmm, looking at this again, I think binutils uses "e" for this flag.

It looks in llvm-nm, it use "i" for the flag.
https://github.com/llvm/llvm-project/blob/67957368ae9776ec25db80c69f772e40c75ed690/llvm/tools/llvm-nm/llvm-nm.cpp#L941


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

https://reviews.llvm.org/D136125



More information about the llvm-commits mailing list