[PATCH] D93044: [llvm-readobj/elf] - AArch64: Handle AARCH64_VARIANT_PCS for GNUStyle
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 11:59:56 PST 2020
MaskRay added a subscriber: nsz.
MaskRay added a comment.
You may want to update obj2yaml and yaml2obj as well since they need no additional code (see D62596 <https://reviews.llvm.org/D62596> for an example).
The binutils commit 2301ed1c9af1316b4bad3747d2b03f7d44940f87 does not have a test for `[VARIANT_PCS | %x]` (@nsz).
I believe currently there is no way to set the other st_other bits with MC so the lack of testing may be fine.
It seems that objdump does not understand STO_AARCH64_VARIANT_PCS.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93044/new/
https://reviews.llvm.org/D93044
More information about the llvm-commits
mailing list