[PATCH] D94143: [AArch64] Add support for the GNU ILP32 ABI
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 05:45:34 PST 2021
kristof.beyls added a comment.
My understanding is that AArch64 gnu_ilp32 support is present in mainline gcc, but not in mainline glibc nor in the mainline linux kernel. My understanding is also that it's unlikely that AArch64 gnu_ilp32 support will be added to mainline glibc or linux kernel anytime soon.
That makes me wonder how useful it is to support AArch64 gnu_ilp32 in mainline LLVM. It seems unlikely that it can be used for linux targets anytime soon. Are there non-linux targets using AArch64 gnu_ilp32?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94143/new/
https://reviews.llvm.org/D94143
More information about the llvm-commits
mailing list