[PATCH] D91521: [lld] Use %t file in test
    Mikhail Goncharov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 16 01:38:07 PST 2020
    
    
  
goncharov created this revision.
Herald added subscribers: llvm-commits, sunfish, sbc100.
Herald added a project: LLVM.
goncharov requested review of this revision.
Herald added a subscriber: aheejin.
Othewise it fails in some setups when creation of "wasm.out" is not possible.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D91521
Files:
  lld/test/wasm/relocation-bad-tls.s
Index: lld/test/wasm/relocation-bad-tls.s
===================================================================
--- lld/test/wasm/relocation-bad-tls.s
+++ 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91521.305431.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201116/7518bd5a/attachment.bin>
    
    
More information about the llvm-commits
mailing list