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 7
7
// RUN: env TMP="%t/mytmp" TMPDIR="%t/mytmp" %clang --target=x86_64-linux-gnu -nogpulib -nogpuinc \
8
8
// RUN: --rocm-path=%S/Inputs/rocm -nostdinc -nostdlib -c \
9
9
// 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
11
11
// RUN: ls %t/mytmp >%t/mytmp.txt 2>&1
12
12
// RUN: touch %t/empty.txt
13
13
// RUN: diff %t/mytmp.txt %t/empty.txt
Original file line number Diff line number Diff line change 7
7
// RUN: env TMP="%t/mytmp" TMPDIR="%t/mytmp" %clang --target=x86_64-pc-windows-msvc -nogpulib -nogpuinc \
8
8
// RUN: --rocm-path=%S/Inputs/rocm -nostdinc -nostdlib -c \
9
9
// 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
11
11
// RUN: ls %t/mytmp >%t/mytmp.txt 2>&1
12
12
// RUN: touch %t/empty.txt
13
13
// RUN: diff %t/mytmp.txt %t/empty.txt
You can’t perform that action at this time.
0 commit comments