mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated mangling and bump to 0.2.18
This commit is contained in:
committed by
Christoffer Lerno
parent
4afec24434
commit
d3a053e049
@@ -33,7 +33,7 @@ entry:
|
||||
%bar = alloca %Bar, align 4
|
||||
%0 = bitcast %Bar* %bar to i32*
|
||||
store i32 0, i32* %0, align 4
|
||||
call void @foo.Bar__test(%Bar* %bar)
|
||||
call void @foo_Bar_test(%Bar* %bar)
|
||||
ret i32 0
|
||||
|
||||
declare void @foo.Bar__test(%Bar*)
|
||||
declare void @foo_Bar_test(%Bar*)
|
||||
|
||||
Reference in New Issue
Block a user