Skip to content

Commit 57f6923

Browse files
authored
Disable Driver/env.c on AIX (NFC) (#161874)
AIX does not use LD_LIBRARY_PATH.
1 parent 125f0ac commit 57f6923

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+
// TODO: Use LIBPATH on AIX
3+
// UNSUPPORTED: system-windows, system-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)