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 125f0ac commit 57f6923Copy full SHA for 57f6923
clang/test/Driver/env.c
@@ -1,5 +1,7 @@
1
// Some assertions in this test use Linux style (/) file paths.
2
-// UNSUPPORTED: system-windows
+// TODO: Use LIBPATH on AIX
3
+// UNSUPPORTED: system-windows, system-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