summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/stack-pointer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/stack-pointer.ll')
-rw-r--r--lld/test/wasm/stack-pointer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/stack-pointer.ll b/lld/test/wasm/stack-pointer.ll
index e97f13e259b..e3841ee0044 100644
--- a/lld/test/wasm/stack-pointer.ll
+++ b/lld/test/wasm/stack-pointer.ll
@@ -1,5 +1,5 @@
; RUN: llc -filetype=obj %s -o %t.o
-; RUN: lld -flavor wasm --check-signatures --relocatable -o %t.wasm %t.o
+; RUN: wasm-ld --check-signatures --relocatable -o %t.wasm %t.o
; RUN: obj2yaml %t.wasm | FileCheck %s
target triple = "wasm32-unknown-unknown-wasm"
OpenPOWER on IntegriCloud