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

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 02:37:33 PST 2023


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

Why is this a Driver test rather than a CodeGen test using clang_cc1?

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


More information about the cfe-commits mailing list