mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Fix alignment for uint128 to 16 with WASM targets.
- Incorrect assert in struct alignment checking #2841 - Packed structs sometimes not lowered as such.
This commit is contained in:
@@ -36,7 +36,7 @@ fn void main()
|
||||
/* #expect: test.ll
|
||||
|
||||
%Client = type <{ i32, %MsgHeader, i16, [2 x i8], %"ElasticArray{ulong, 1}" }>
|
||||
%MsgHeader = type { i64 }
|
||||
%MsgHeader = type <{ i64 }>
|
||||
%"ElasticArray{ulong, 1}" = type { i64, [1 x i64] }
|
||||
|
||||
define void @test.main() #0 {
|
||||
|
||||
Reference in New Issue
Block a user