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 11// Some assertions in this test use Linux style (/) file paths.
22// 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
44// 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 \
66// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \
77// RUN: --sysroot=%S/Inputs/basic_linux_tree \
88// RUN: --rtlib=platform --unwindlib=platform -no-pie \
99// RUN: 2>&1 | FileCheck --check-prefix=CHECK-LD-32 %s
1010//
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 \
1212// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \
1313// RUN: --sysroot=%S/Inputs/basic_linux_tree \
1414// RUN: --rtlib=platform --unwindlib=platform -no-pie \
You can’t perform that action at this time.
0 commit comments