diff options
Diffstat (limited to 'lld/test/wasm/alias.ll')
| -rw-r--r-- | lld/test/wasm/alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/alias.ll b/lld/test/wasm/alias.ll index f88452e538c..d91f4b10d7e 100644 --- a/lld/test/wasm/alias.ll +++ b/lld/test/wasm/alias.ll @@ -1,5 +1,5 @@ ; RUN: llc -filetype=obj -o %t.o %s -; RUN: wasm-ld %t.o -o %t.wasm +; RUN: wasm-ld --export=start_alias %t.o -o %t.wasm ; RUN: obj2yaml %t.wasm | FileCheck %s target triple = "wasm32-unknown-unknown" |

