mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
[wasm-ld] Fix wasm trace test to use %t for temporary files.
llvm-svn: 353272
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.foo.o
|
||||
|
||||
# Check -t
|
||||
RUN: wasm-ld %t.foo.o -o out.wasm -t 2>&1 | FileCheck %s
|
||||
RUN: wasm-ld %t.foo.o -o %t.t.out.wasm -t 2>&1 | FileCheck %s
|
||||
CHECK: {{.*}}.foo.o
|
||||
|
||||
# Check --trace alias
|
||||
RUN: wasm-ld %t.foo.o -o out.wasm --trace 2>&1 | FileCheck %s
|
||||
RUN: wasm-ld %t.foo.o -o %t.trace.out.wasm --trace 2>&1 | FileCheck %s
|
||||
|
||||
Reference in New Issue
Block a user