[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:01:55 PDT 2023


tmatheson added a reviewer: stuij.
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" {
----------------
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.


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