[clang] [clang] Ensure minimal alignment of global vars of incomplete type. (PR #72886)

Jonas Paulsson via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 02:51:29 PST 2023


================
@@ -0,0 +1,32 @@
+// RUN: %clang --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
----------------
JonPsson1 wrote:

I found some other align tests there, like arm-alignment.c, so I thought this should work..?

https://github.com/llvm/llvm-project/pull/72886


More information about the cfe-commits mailing list