diff options
Diffstat (limited to 'test/wasm/function-imports.ll')
-rw-r--r-- | test/wasm/function-imports.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm/function-imports.ll b/test/wasm/function-imports.ll index e0988ff95f961..072554d8400a0 100644 --- a/test/wasm/function-imports.ll +++ b/test/wasm/function-imports.ll @@ -1,5 +1,5 @@ -; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o -; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %s -o %t.o +; 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 %s -o %t.o ; RUN: lld -flavor wasm -o %t.wasm %t.ret32.o %t.o ; RUN: obj2yaml %t.wasm | FileCheck %s |