summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/weak-undefined.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/weak-undefined.ll')
-rw-r--r--lld/test/wasm/weak-undefined.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/weak-undefined.ll b/lld/test/wasm/weak-undefined.ll
index 4509f23830c..198a33aa756 100644
--- a/lld/test/wasm/weak-undefined.ll
+++ b/lld/test/wasm/weak-undefined.ll
@@ -1,5 +1,5 @@
; RUN: llc -filetype=obj -o %t.o %s
-; RUN: lld -flavor wasm --check-signatures -strip-debug %t.o -o %t.wasm
+; RUN: wasm-ld --check-signatures -strip-debug %t.o -o %t.wasm
; RUN: obj2yaml %t.wasm | FileCheck %s
; Test that undefined weak externals (global_var) and (foo) don't cause
OpenPOWER on IntegriCloud