================
@@ -29,8 +29,8 @@
 %struct.anon = type <{ i32, double }>
 @astruct = global [1 x %struct.anon] [%struct.anon <{ i32 1, double 
7.000000e+00 }>], align 1
 
-%struct.anon2 = type { double, i32 }
-@bstruct = global [1 x %struct.anon2] [%struct.anon2 { double 7.000000e+00 , 
i32 1}], align 8
+%struct.anon2 = type { double, i32, [4 x i8] }
----------------
nikic wrote:

You mean in case AIX is set as the default triple for clang, right?

I've adjusted the test to use a hardcoded triple and a separate check line for 
AIX to show the difference.

https://github.com/llvm/llvm-project/pull/144673
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to