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.
unset
1 parent 79095ca commit 437079eCopy full SHA for 437079e
compiler-rt/test/profile/instrprof-tmpdir.c
@@ -12,7 +12,8 @@
12
// RUN: llvm-profdata show ./raw2.profraw | FileCheck %s -check-prefix TMPDIR
13
//
14
// Check that we fall back to the default path if TMPDIR is missing.
15
-// RUN: env -u TMPDIR LLVM_PROFILE_FILE="%%t/raw3.profraw" %run %t/binary 2>&1 | FileCheck %s -check-prefix MISSING
+// RUN: %if system-aix %{ unset TMPDIR %}
16
+// RUN: env %if !system-aix %{ -u TMPDIR %} LLVM_PROFILE_FILE="%%t/raw3.profraw" %run %t/binary 2>&1 | FileCheck %s -check-prefix MISSING
17
// RUN: llvm-profdata show ./default.profraw | FileCheck %s -check-prefix TMPDIR
18
19
// TMPDIR: Maximum function count: 1
0 commit comments