Skip to content

Commit

Permalink
[lld] Use %t file in test
Browse files Browse the repository at this point in the history
Otherwise it fails in some setups when creation of "out.wasm" is not possible.

Differential Revision: https://reviews.llvm.org/D91521
  • Loading branch information
metaflow committed Nov 16, 2020
1 parent fdc9dfc commit 47c17bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit 47c17bc

Please sign in to comment.