[clang] [Clang][Test] Mark modules-symlink-dir test as unsupported on AIX. (PR #184988)
Aditya Chaudhary via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 6 03:09:04 PST 2026
https://github.com/aditya-chaudhary1 created https://github.com/llvm/llvm-project/pull/184988
This change marks the test `modules-symlink-dir-from-module-incremental.c` as "unsupported" on AIX. The test relies on the -F flag to specify framework search paths, which is a driver feature exclusive to Darwin, and it is not supported on the AIX target.
>From 1398403f007f29cf77cd29abaa412b60cbe4d146 Mon Sep 17 00:00:00 2001
From: Aditya Chaudhary <aditya.chaudhary1 at ibm.com>
Date: Fri, 6 Mar 2026 05:59:32 -0500
Subject: [PATCH] The -F option is not supoorted in AIX
---
.../modules-symlink-dir-from-module-incremental.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c b/clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c
index 9b7a0644b919d..76bfd3661c01c 100644
--- a/clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c
+++ b/clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c
@@ -1,3 +1,6 @@
+// The Framework search path (-F option) is not supported on AIX.
+// UNSUPPORTED: target={{.*}}-aix{{.*}}
+
// Check that symlink aliases to a module map directory produce the same PCM
// across incremental scans. This test was adapted from
// modules-symlink-dir-from-module.c, where a transitive module dependency (Mod)
More information about the cfe-commits
mailing list