File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Some assertions in this test use Linux style (/) file paths.
2
2
// UNSUPPORTED: system-windows
3
- // RUN: bash -c env | grep LD_LIBRARY_PATH | tr -d '\n' > /tmp/ ld_library_path
3
+ // RUN: bash -c env | grep LD_LIBRARY_PATH | tr -d '\n' > %t. ld_library_path
4
4
// The PATH variable is heavily used when trying to find a linker.
5
- // RUN: env -i LC_ALL=C LD_LIBRARY_PATH="%{readfile:/tmp/ ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
5
+ // RUN: env -i LC_ALL=C LD_LIBRARY_PATH="%{readfile:%t. ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
6
6
// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \
7
7
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
8
8
// RUN: --rtlib=platform --unwindlib=platform -no-pie \
9
9
// RUN: 2>&1 | FileCheck --check-prefix=CHECK-LD-32 %s
10
10
//
11
- // RUN: env -i LC_ALL=C PATH="" LD_LIBRARY_PATH="%{readfile:/tmp/ ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
11
+ // RUN: env -i LC_ALL=C PATH="" LD_LIBRARY_PATH="%{readfile:%t. ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
12
12
// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \
13
13
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
14
14
// RUN: --rtlib=platform --unwindlib=platform -no-pie \
You can’t perform that action at this time.
0 commit comments