[clang] Disable Driver/env.c on AIX (NFC) (PR #161874)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 4 11:47:28 PDT 2025
================
@@ -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
----------------
boomanaiden154 wrote:
Nit: It would be better if the FIXME line was above the unsupported line. Then we have an explanation for windows being unsupported on one line, the explanation for AIX being unsupported on the next, matching the ordering in the line specifying unsupported platforms.
https://github.com/llvm/llvm-project/pull/161874
More information about the cfe-commits
mailing list