diff options
Diffstat (limited to 'test/wasm/lto/archive.ll')
-rw-r--r-- | test/wasm/lto/archive.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm/lto/archive.ll b/test/wasm/lto/archive.ll index 89fa840cdec5..ab067d8cdce4 100644 --- a/test/wasm/lto/archive.ll +++ b/test/wasm/lto/archive.ll @@ -2,7 +2,7 @@ ; RUN: rm -f %t.a ; RUN: llvm-ar rcs %t.a %t1.o ; RUN: llvm-as %s -o %t2.o -; RUN: wasm-ld %t2.o %t.a -o %t3 +; RUN: wasm-ld --export-dynamic %t2.o %t.a -o %t3 ; RUN: obj2yaml %t3 | FileCheck %s target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" |