[PATCH] D70959: [ELF] Support for PT_GNU_PROPERTY in program headers and tools
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 01:30:39 PST 2019
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with @MaskRay's comment addressed (I don't mind if the comment is deleted, or kept, but it should at least be fixed).
On the LLD side, I'm assuming that LLD needs to emit it because the kernel in question doesn't parse the PT_NOTE segment for this section? It seems a bit superfluous otherwise...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70959/new/
https://reviews.llvm.org/D70959
More information about the llvm-commits
mailing list