[clang] [clang] Ensure minimal alignment of global vars of incomplete type. (PR #72886)
Jonas Paulsson via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 23 03:39:58 PST 2023
================
@@ -0,0 +1,32 @@
+// RUN: %clang --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
----------------
JonPsson1 wrote:
Sorry, my bad. There is a SystemZ test for this already, so I moved these tests into it instead. I created a new PR: https://github.com/llvm/llvm-project/pull/73230.
https://github.com/llvm/llvm-project/pull/72886
More information about the cfe-commits
mailing list