riscv: add airAggregateInit for arrays

This commit is contained in:
David Rubin
2024-05-12 11:01:23 -07:00
parent b2cb090c37
commit b67995689d
13 changed files with 23 additions and 31 deletions

View File

@@ -541,7 +541,6 @@ test "pointer alignment and element type include call expression" {
test "pointer to array has explicit alignment" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
const Base = extern struct { a: u8 };