We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3add28b commit cf0b0deCopy full SHA for cf0b0de
clang/test/Driver/env.c
@@ -1,5 +1,7 @@
1
// Some assertions in this test use Linux style (/) file paths.
2
-// UNSUPPORTED: system-windows
+// UNSUPPORTED: system-windows, system-aix
3
+// FIXME: Use LIBPATH on AIX
4
+
5
// RUN: bash -c env | grep LD_LIBRARY_PATH | sed -ne 's/^.*=//p' | tr -d '\n' > %t.ld_library_path
6
// The PATH variable is heavily used when trying to find a linker.
7
// RUN: env -i LC_ALL=C LD_LIBRARY_PATH="%{readfile:%t.ld_library_path}" CLANG_NO_DEFAULT_CONFIG=1 \
0 commit comments