We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305eac1 commit 0d43cbaCopy full SHA for 0d43cba
clang/test/Driver/hip-temps-linux.hip
@@ -1,10 +1,11 @@
1
// REQUIRES: x86-registered-target
2
// REQUIRES: amdgpu-registered-target
3
4
-// Check no temporary files or directores are left after compilation.
+// Check no temporary files or directories are left after compilation.
5
+
6
// RUN: rm -rf %t%{fs-sep}mytmp
7
// RUN: mkdir -p %t%{fs-sep}mytmp
-// 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 \
9
// RUN: -nogpulib -nogpuinc -nostdinc -nostdlib \
10
// RUN: --rocm-path=%S/Inputs/rocm -c \
11
// RUN: --offload-arch=gfx1030 -emit-llvm -v %s 2>&1 | \
0 commit comments