1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[WebAssemly] Rename and improve formatting for ctor/dtor test

llvm-svn: 322307
This commit is contained in:
Sam Clegg 2018-01-11 19:37:03 +00:00
parent b6d4429479
commit 0c50868267

View File

@ -7,10 +7,15 @@ declare void @func1()
declare void @func2()
declare void @func3()
@llvm.global_ctors = appending global [2 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @func0, i8* null }, { i32, void ()*, i8* } { i32 42, void ()* @func1, i8* null }]
@llvm.global_ctors = appending global [2 x { i32, void ()*, i8* }] [
{ i32, void ()*, i8* } { i32 65535, void ()* @func0, i8* null },
{ i32, void ()*, i8* } { i32 42, void ()* @func1, i8* null }
]
@llvm.global_dtors = appending global [2 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @func2, i8* null }, { i32, void ()*, i8* } { i32 42, void ()* @func3, i8* null }]
@llvm.global_dtors = appending global [2 x { i32, void ()*, i8* }] [
{ i32, void ()*, i8* } { i32 65535, void ()* @func2, i8* null },
{ i32, void ()*, i8* } { i32 42, void ()* @func3, i8* null }
]
; CHECK: - Type: IMPORT
; CHECK-NEXT: Imports: