Updated name mangling.

This commit is contained in:
Christoffer Lerno
2023-02-20 17:48:47 +01:00
parent b6ff6bae8e
commit afa41f0c10
70 changed files with 790 additions and 776 deletions

View File

@@ -23,7 +23,7 @@ fn Foo getFoo(Foo f)
%.introspect = type { i8, i64, i64, i64, [0 x i64] }
%Foo = type { i8, i8, i8 }
@"ct$test.Foo" = linkonce constant %.introspect { i8 10, i64 3, i64 0, i64 3, [0 x i64] zeroinitializer }, align 8
@"$ct.test.Foo" = linkonce constant %.introspect { i8 10, i64 3, i64 0, i64 3, [0 x i64] zeroinitializer }, align 8
; Function Attrs: nounwind
define i32 @test.testing() #0 {