[PATCH] D146242: [ARM] Fixing ABI mismatch for packed structs passed as function arguments
Tomas Matheson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 15 06:03:04 PDT 2023
tmatheson added inline comments.
================
Comment at: clang/test/CodeGen/aarch64-ABI-align-packed.cpp:6
+// These tests check the ABI alignment of packed structs and packed fields
+// are consistent with the AAPCS64 document.
+extern "C" {
----------------
tmatheson wrote:
> The filename and description do not reflect what this file is actually doing, which is specifically testing the alignment of the structs used for variable argument lists.
Sorry out of date comment, ignore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146242/new/
https://reviews.llvm.org/D146242
More information about the cfe-commits
mailing list