[lld] 47c17bc - [lld] Use %t file in test

Mikhail Goncharov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 01:49:48 PST 2020


Author: Mikhail Goncharov
Date: 2020-11-16T10:49:38+01:00
New Revision: 47c17bcd0e8ee319fd18f37c45dd8b2e38b91b93

URL: https://github.com/llvm/llvm-project/commit/47c17bcd0e8ee319fd18f37c45dd8b2e38b91b93
DIFF: https://github.com/llvm/llvm-project/commit/47c17bcd0e8ee319fd18f37c45dd8b2e38b91b93.diff

LOG: [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

Added: 
    

Modified: 
    lld/test/wasm/relocation-bad-tls.s

Removed: 
    


################################################################################
diff  --git a/lld/test/wasm/relocation-bad-tls.s b/lld/test/wasm/relocation-bad-tls.s
index 3d3e04f64d1a..93fa2bbd2591 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:


        


More information about the llvm-commits mailing list