Skip to content

Commit

Permalink
[WebAssembly] fix broken tools/llvm-symbolizer/wasm-basic.s test
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Jul 9, 2021
1 parent ccb1026 commit 156cb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llvm/test/tools/llvm-symbolizer/wasm-basic.s
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# REQUIRES: webassembly-registered-target
# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj %s -o %t.o -g

foo:
.functype foo () -> ()
nop
end_function

bar:
.functype bar (i32) -> (i32)
local.get 0
return
end_function

Expand All @@ -20,4 +21,4 @@ bar:
# CHECK: wasm-basic.s:6:0
# CHECK: wasm-basic.s:7:0
# CHECK: wasm-basic.s:11:0
# CHECK: wasm-basic.s:12:0
# CHECK: wasm-basic.s:11:0

0 comments on commit 156cb8d

Please sign in to comment.