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

@@ -23,7 +23,7 @@ fn void test()
/* #expect: struct_codegen_empty.ll
define void @struct_codegen_empty_test() #0 {
define void @struct_codegen_empty.test() #0 {
entry:
%a = alloca %StructA, align 4
%a2 = alloca %StructA, align 4