[PATCH] D62639: Fix ABI breakage with noimplicitfloat and varargs functions
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 18:24:36 PDT 2019
asl added a comment.
> Note that on AArch64, there is no equivalent to x86's use of "al" for varargs calls.
Correct. Everywhere else we're using the same ABI regardless of this flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62639/new/
https://reviews.llvm.org/D62639
More information about the llvm-commits
mailing list