From 47c17bcd0e8ee319fd18f37c45dd8b2e38b91b93 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Mon, 16 Nov 2020 10:37:55 +0100 Subject: [PATCH] [lld] Use %t file in test Otherwise it fails in some setups when creation of "out.wasm" is not possible. Differential Revision: https://reviews.llvm.org/D91521 --- lld/test/wasm/relocation-bad-tls.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/wasm/relocation-bad-tls.s b/lld/test/wasm/relocation-bad-tls.s index 3d3e04f64d1a6..93fa2bbd25919 100644 --- a/lld/test/wasm/relocation-bad-tls.s +++ b/lld/test/wasm/relocation-bad-tls.s @@ -1,5 +1,5 @@ # RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s -# RUN: not wasm-ld %t.o -o out.wasm 2>&1 | FileCheck %s +# RUN: not wasm-ld %t.o -o %t.wasm 2>&1 | FileCheck %s .globl _start _start: