[clang] [Clang][Test] Mark modules-symlink-dir test as unsupported on AIX. (PR #184988)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 03:09:39 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Aditya Chaudhary (aditya-chaudhary1)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/184988.diff


1 Files Affected:

- (modified) clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c (+3) 


``````````diff
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)

``````````

</details>


https://github.com/llvm/llvm-project/pull/184988


More information about the cfe-commits mailing list