[clang] [CIR] Fix record layout for a union with no storage type (PR #213591)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 3 06:22:46 PDT 2026
================
@@ -0,0 +1,134 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s --check-prefix=CIR
----------------
erichkeane wrote:
We have tons of record-layout test files, why does this have to be a new one?
https://github.com/llvm/llvm-project/pull/213591
More information about the cfe-commits
mailing list