File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
// RUN: rm -rf %t%{fs-sep}mytmp
7
7
// RUN: mkdir -p %t%{fs-sep}mytmp
8
- // RUN: env TMPDIR="%t/ mytmp" TEMP="%t/ mytmp" TMP="%t/ mytmp" %clang --target=x86_64-linux-gnu \
8
+ // RUN: env TMPDIR="%t%{fs-sep} mytmp" TEMP="%t%{fs-sep} mytmp" TMP="%t%{fs-sep} mytmp" %clang --target=x86_64-linux-gnu \
9
9
// RUN: -nogpulib -nogpuinc -nostdinc -nostdlib \
10
10
// RUN: --rocm-path=%S/Inputs/rocm -c \
11
11
// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \
12
12
// RUN: FileCheck -DTMPDIR=%t%{fs-sep}mytmp%{fs-sep} %s
13
- // RUN: ls %t/ mytmp >%t/ mytmp.txt 2>&1
14
- // RUN: touch %t/ empty.txt
15
- // RUN: diff %t/ mytmp.txt %t/ empty.txt
13
+ // RUN: ls %t%{fs-sep} mytmp >%t%{fs-sep} mytmp.txt 2>&1
14
+ // RUN: touch %t%{fs-sep} empty.txt
15
+ // RUN: diff %t%{fs-sep} mytmp.txt %t%{fs-sep} empty.txt
16
16
17
17
// CHECK: -o {{.*}}[[TMPDIR]]hip-temps-linux-gfx1030-{{.*}}.bc
18
18
You can’t perform that action at this time.
0 commit comments