[PATCH] D104931: [AArch64] Wire up ILP32 ABI support in Clang

Amanieu d'Antras via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 29 12:10:34 PST 2022


Amanieu added a comment.

The situation around -mabi for AArch64 is a bit awkward: Clang uses it to select the ARM64 calling convention (`-mabi=aapcs` vs `-mabi=darwinpcs`) while GCC uses it to select between LP64 and ILP32. I'm not sure how we should be handling this.


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