diff options
Diffstat (limited to 'lld/test/wasm/function-imports.ll')
| -rw-r--r-- | lld/test/wasm/function-imports.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/function-imports.ll b/lld/test/wasm/function-imports.ll index 742cec290fc..ec509e6d4d9 100644 --- a/lld/test/wasm/function-imports.ll +++ b/lld/test/wasm/function-imports.ll @@ -1,6 +1,6 @@ ; RUN: llc -filetype=obj %p/Inputs/ret32.ll -o %t.ret32.o ; RUN: llc -filetype=obj %s -o %t.o -; RUN: wasm-ld --check-signatures -o %t.wasm %t.ret32.o %t.o +; RUN: wasm-ld -o %t.wasm %t.ret32.o %t.o ; RUN: obj2yaml %t.wasm | FileCheck %s target triple = "wasm32-unknown-unknown-wasm" |

