[clang] [CIR] Unblock simple C++ structure support (PR #138368)

Morris Hafner via cfe-commits cfe-commits at lists.llvm.org
Sat May 3 08:52:34 PDT 2025


================
@@ -12,6 +12,17 @@ IncompleteS *p;
 // LLVM: @p = dso_local global ptr null
 // OGCG: @p = global ptr null, align 8
 
+struct CompleteS {
----------------
mmha wrote:

Do simple union work with this? If so, can you add a test for those, too?

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


More information about the cfe-commits mailing list