Skip to content

Commit cf0b0de

Browse files
committed
Disable Driver/env.c on AIX (NFC)
AIX does not use LD_LIBRARY_PATH.
1 parent 3add28b commit cf0b0de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/test/Driver/env.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Some assertions in this test use Linux style (/) file paths.
2-
// UNSUPPORTED: system-windows
2+
// UNSUPPORTED: system-windows, system-aix
3+
// FIXME: Use LIBPATH on AIX
4+
35
// RUN: bash -c env | grep LD_LIBRARY_PATH | sed -ne 's/^.*=//p' | tr -d '\n' > %t.ld_library_path
46
// The PATH variable is heavily used when trying to find a linker.
57
// RUN: env -i LC_ALL=C LD_LIBRARY_PATH="%{readfile:%t.ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \

0 commit comments

Comments
 (0)