From e2fd426bdafe9f5c10066d3926ece6e342184a67 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 19 Jan 2019 10:05:49 +0000 Subject: Vendor import of lld trunk r351319 (just before the release_80 branch point): https://llvm.org/svn/llvm-project/lld/trunk@351319 --- test/wasm/archive.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wasm/archive.ll') diff --git a/test/wasm/archive.ll b/test/wasm/archive.ll index 50f72d6273860..beea2725cff97 100644 --- a/test/wasm/archive.ll +++ b/test/wasm/archive.ll @@ -3,6 +3,7 @@ ; RUN: llc -filetype=obj %S/Inputs/archive2.ll -o %t.a2.o ; RUN: llc -filetype=obj %S/Inputs/archive3.ll -o %t.a3.o ; RUN: llc -filetype=obj %S/Inputs/hello.ll -o %t.hello.o +; RUN: rm -f %t.a ; RUN: llvm-ar rcs %t.a %t.a1.o %t.a2.o %t.a3.o %t.hello.o ; RUN: rm -f %t.imports ; RUN: not wasm-ld %t.a %t.o -o %t.wasm 2>&1 | FileCheck -check-prefix=CHECK-UNDEFINED %s -- cgit v1.2.3