Skip to content

Commit 156e6f2

Browse files
committed
lld/test/wasm/dylink-non-pie.s: remove a few unnecessary things
1 parent 35ecf24 commit 156e6f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lld/test/wasm/dylink-non-pie.s

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
# RUN: llvm-objdump -d --no-show-raw-insn --no-leading-addr %t.wasm | FileCheck %s --check-prefixes DIS
77

88
.functype ret32 (f32) -> (i32)
9-
.functype _start () -> ()
109
.globl _start
11-
.type _start,@function
1210
_start:
1311
.functype _start () -> ()
1412
i32.const f_p
1513
drop
1614
end_function
1715

1816
.section .data.f_p,"",@
19-
.globl f_p
2017
f_p:
2118
.int32 ret32
2219
.size f_p, 4

0 commit comments

Comments
 (0)