diff options
Diffstat (limited to 'test/wasm/function-index.test')
| -rw-r--r-- | test/wasm/function-index.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wasm/function-index.test b/test/wasm/function-index.test index c65c560d11c8..82f5d0cfb245 100644 --- a/test/wasm/function-index.test +++ b/test/wasm/function-index.test @@ -1,6 +1,6 @@ -# RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o -# RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %p/Inputs/ret64.ll -o %t.ret64.o -# RUN: lld -flavor wasm -r -o %t.wasm %t.ret32.o %t.ret64.o +# RUN: llc -filetype=obj %p/Inputs/ret32.ll -o %t.ret32.o +# RUN: llc -filetype=obj %p/Inputs/ret64.ll -o %t.ret64.o +# RUN: wasm-ld -r -o %t.wasm %t.ret32.o %t.ret64.o # RUN: obj2yaml %t.wasm | FileCheck %s CHECK: Sections: |
