mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixes to native backtrace.
This commit is contained in:
committed by
Christoffer Lerno
parent
dc0aa35522
commit
5e8816e6df
@@ -332,7 +332,7 @@ entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; Function Attrs: nounwind
|
||||
|
||||
define void @foo.test2() #0 {
|
||||
entry:
|
||||
%xx = alloca [3 x i8], align 1
|
||||
@@ -729,7 +729,7 @@ entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; Function Attrs: nounwind
|
||||
|
||||
define void @foo.test3() #0 {
|
||||
entry:
|
||||
%xx = alloca [3 x i8], align 1
|
||||
|
||||
@@ -452,7 +452,7 @@ entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; Function Attrs: nounwind
|
||||
|
||||
define void @test.main() #0 {
|
||||
entry:
|
||||
call void @test.hello(i32 12)
|
||||
|
||||
@@ -75,7 +75,7 @@ entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; Function Attrs: nounwind
|
||||
|
||||
define void @foo.test2() #0 {
|
||||
entry:
|
||||
%b = alloca [4 x i8], align 1
|
||||
|
||||
Reference in New Issue
Block a user