Skip to content

Commit 655a5fb

Browse files
committed
Try again
1 parent 32238f3 commit 655a5fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)