Skip to content

Commit c73e500

Browse files
committed
More fs-sep
1 parent dfd2ecd commit c73e500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/Driver/hip-temps-linux.hip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
// RUN: rm -rf %t%{fs-sep}mytmp
77
// 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 \
99
// RUN: -nogpulib -nogpuinc -nostdinc -nostdlib \
1010
// RUN: --rocm-path=%S/Inputs/rocm -c \
1111
// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \
1212
// 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
1616

1717
// CHECK: -o {{.*}}[[TMPDIR]]hip-temps-linux-gfx1030-{{.*}}.bc
1818

0 commit comments

Comments
 (0)