[PATCH] D104931: [AArch64] Wire up ILP32 ABI support in Clang
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 12:06:15 PST 2022
nickdesaulniers added a comment.
Herald added a project: All.
The linux kernel uses a build time invocation of the compiler for feature detection of the `-mabi=lp64` command line flag, which clang-16 currently doesn't support.
Looking at https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html, it looks like an alternate value of `-mabi=ilp32`. Should this patch wire that up in clang?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104931/new/
https://reviews.llvm.org/D104931
More information about the cfe-commits
mailing list