[clang] Disable Driver/env.c on AIX (NFC) (PR #161874)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 6 11:30:09 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:
Agreed that it would probably reside in a different file.
Is there a definition of FIXME/TODO somewhere? I've generally regarded them as equivalent.
https://github.com/llvm/llvm-project/pull/161874
More information about the cfe-commits
mailing list