[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:49:58 PST 2020
    
    
  
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG47c17bcd0e8e: [lld] Use %t file in test (authored by goncharov).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91521/new/
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.305436.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201116/0854ae94/attachment.bin>
    
    
More information about the llvm-commits
mailing list