Allow @test with modules. Change name mangling for non exports.

This commit is contained in:
Christoffer Lerno
2023-02-20 16:02:30 +01:00
parent d35d50555e
commit e3416a1c40
282 changed files with 1954 additions and 1987 deletions

View File

@@ -34,7 +34,7 @@ fn int test()
%Bar = type { i32, i32 }
%Baz = type { double }
define i32 @zero_init_test() #0 {
define i32 @zero_init.test() #0 {
entry:
%m = alloca %Mega, align 4
%azz = alloca [1 x i32], align 4