[PATCH] D62853: Read .note.gnu.property sections and emit a merged .note.gnu.property section.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 09:20:31 PDT 2019
peter.smith added a comment.
In D62853#1529359 <https://reviews.llvm.org/D62853#1529359>, @peter.smith wrote:
> Thanks very much for extracting the .note.gnu.property parsing code. There was one modification I'd made in D62609 <https://reviews.llvm.org/D62609> that permitted multiple GNU_PROPERTY_X86_FEATURE_1_AND properties in the same .note.gnu.property section as this was observed in the ld.bfd testsuite. I'll submit a patch with just these modifications in.
I've created D62862 <https://reviews.llvm.org/D62862> which is independent of X86/AArch64.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62853/new/
https://reviews.llvm.org/D62853
More information about the llvm-commits
mailing list