File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77// RUN: env TMP="%t/mytmp" TMPDIR="%t/mytmp" %clang --target=x86_64-linux-gnu -nogpulib -nogpuinc \
88// RUN: --rocm-path=%S/Inputs/rocm -nostdinc -nostdlib -c \
99// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \
10- // RUN: FileCheck -check-prefixes=CHECK -DOUTPUT_PATH=%t%{fs-sep}mytmp%{fs-sep} %s
10+ // RUN: FileCheck -check-prefixes=CHECK -DOUTPUT_PATH=" %t%{fs-sep}mytmp%{fs-sep}" %s
1111// RUN: ls %t/mytmp >%t/mytmp.txt 2>&1
1212// RUN: touch %t/empty.txt
1313// RUN: diff %t/mytmp.txt %t/empty.txt
Original file line number Diff line number Diff line change 77// RUN: env TMP="%t/mytmp" TMPDIR="%t/mytmp" %clang --target=x86_64-pc-windows-msvc -nogpulib -nogpuinc \
88// RUN: --rocm-path=%S/Inputs/rocm -nostdinc -nostdlib -c \
99// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \
10- // RUN: FileCheck -check-prefixes=CHECK -DOUTPUT_PATH=%t%{fs-sep}mytmp%{fs-sep} %s
10+ // RUN: FileCheck -check-prefixes=CHECK -DOUTPUT_PATH=" %t%{fs-sep}mytmp%{fs-sep}" %s
1111// RUN: ls %t/mytmp >%t/mytmp.txt 2>&1
1212// RUN: touch %t/empty.txt
1313// RUN: diff %t/mytmp.txt %t/empty.txt
You can’t perform that action at this time.
0 commit comments