summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/entry.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/entry.ll')
-rw-r--r--lld/test/wasm/entry.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/wasm/entry.ll b/lld/test/wasm/entry.ll
index 083bf97a3b5..ea45e138358 100644
--- a/lld/test/wasm/entry.ll
+++ b/lld/test/wasm/entry.ll
@@ -7,9 +7,9 @@ entry:
ret void
}
-; RUN: wasm-ld --check-signatures -e entry -o %t1.wasm %t.o
+; RUN: wasm-ld -e entry -o %t1.wasm %t.o
; RUN: obj2yaml %t1.wasm | FileCheck %s
-; RUN: wasm-ld --check-signatures --entry=entry -o %t2.wasm %t.o
+; RUN: wasm-ld --entry=entry -o %t2.wasm %t.o
; RUN: obj2yaml %t2.wasm | FileCheck %s
; CHECK: - Type: EXPORT
@@ -30,7 +30,7 @@ entry:
; The __wasm_call_ctors is somewhat special. Make sure we can use it
; as the entry point if we choose
-; RUN: wasm-ld --check-signatures --entry=__wasm_call_ctors -o %t3.wasm %t.o
+; RUN: wasm-ld --entry=__wasm_call_ctors -o %t3.wasm %t.o
; RUN: obj2yaml %t3.wasm | FileCheck %s -check-prefix=CHECK-CTOR
; CHECK-CTOR: - Type: EXPORT
OpenPOWER on IntegriCloud