[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:46:13 PDT 2019
peter.smith added a comment.
In D62853#1529462 <https://reviews.llvm.org/D62853#1529462>, @emaste wrote:
> > I've created D62862 <https://reviews.llvm.org/D62862> which is independent of X86/AArch64.
>
> D62862 <https://reviews.llvm.org/D62862> is x86-specific right now?
Apologies I should have been clearer. The change in D62862 <https://reviews.llvm.org/D62862> just permits more than one GNU_PROPERTY_X86_FEATURE_1_AND to be read which is actually X86 specific. I'm rebasing D62609 <https://reviews.llvm.org/D62609> on top of this and D62862 <https://reviews.llvm.org/D62862> which will add AArch64 support.
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