================
@@ -6,6 +6,9 @@
// RUN: FileCheck --check-prefixes=LLVM,LLVM-OGCG --input-file=%t.ll %s
typedef struct __attribute__((packed)) { char c; int i; } CharInt;
+typedef struct __attribute__((packed)) { char c; int i : 32; } CharIntBF;
----------------
adams381 wrote:
I added both of those test cases. We didn't have anything like them yet. They
both match classic.
https://github.com/llvm/llvm-project/pull/219309
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits