summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs/comdat2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/Inputs/comdat2.ll')
-rw-r--r--lld/test/wasm/Inputs/comdat2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/wasm/Inputs/comdat2.ll b/lld/test/wasm/Inputs/comdat2.ll
index 0618d55aa2f..b1478ad7c32 100644
--- a/lld/test/wasm/Inputs/comdat2.ll
+++ b/lld/test/wasm/Inputs/comdat2.ll
@@ -12,8 +12,8 @@ define internal void @do_init() comdat($foo) {
ret void
}
-@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void
-()*, i8* } { i32 65535, void ()* @do_init, i8* null }]
+%0 = type { i32, void ()*, i8* }
+@llvm.global_ctors = appending global [1 x %0] [ %0 { i32 65535, void ()* @do_init, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @constantData, i32 0, i32 0) }]
; Everything above this is part of the `foo` comdat group
OpenPOWER on IntegriCloud