Skip to content

Commit 6e7b2e2

Browse files
committed
Try to fix windows
1 parent cf48755 commit 6e7b2e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: amdgpu-registered-target
33

4-
// Check no temporary files or directores are left after compilation.
4+
// Check no temporary files or directories are left after compilation.
5+
56
// RUN: rm -rf %t%{fs-sep}mytmp
67
// RUN: mkdir -p %t%{fs-sep}mytmp
7-
// RUN: env TMPDIR="%t/mytmp" TMP="%t/mytmp" %clang --target=x86_64-linux-gnu \
8+
// RUN: env TMPDIR="%t/mytmp" TEMP="%t/mytmp" TMP="%t/mytmp" %clang --target=x86_64-linux-gnu \
89
// RUN: -nogpulib -nogpuinc -nostdinc -nostdlib \
910
// RUN: --rocm-path=%S/Inputs/rocm -c \
1011
// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \

0 commit comments

Comments
 (0)