Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion clang/test/Driver/env.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Some assertions in this test use Linux style (/) file paths.
// UNSUPPORTED: system-windows
// UNSUPPORTED: system-windows, system-aix
// FIXME: Use LIBPATH on AIX

// RUN: bash -c env | grep LD_LIBRARY_PATH | sed -ne 's/^.*=//p' | tr -d '\n' > %t.ld_library_path
// The PATH variable is heavily used when trying to find a linker.
// RUN: env -i LC_ALL=C LD_LIBRARY_PATH="%{readfile:%t.ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
Expand Down