[libcxx-commits] [libcxx] [AIX][libc++] Enable clang_modules_include.gen.py tests (PR #90971)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 6 09:01:00 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Jake Egan (jakeegan)
<details>
<summary>Changes</summary>
Enable these tests on AIX since they're passing.
---
Full diff: https://github.com/llvm/llvm-project/pull/90971.diff
1 Files Affected:
- (modified) libcxx/test/libcxx/clang_modules_include.gen.py (-6)
``````````diff
diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py
index a823a47fd19b50..7ba4bf0326240e 100644
--- a/libcxx/test/libcxx/clang_modules_include.gen.py
+++ b/libcxx/test/libcxx/clang_modules_include.gen.py
@@ -31,9 +31,6 @@
// UNSUPPORTED: windows
// UNSUPPORTED: buildhost=windows
-// The AIX headers don't appear to be compatible with modules
-// UNSUPPORTED: LIBCXX-AIX-FIXME
-
// The Android headers don't appear to be compatible with modules yet
// UNSUPPORTED: LIBCXX-ANDROID-FIXME
@@ -61,9 +58,6 @@
// UNSUPPORTED: windows
// UNSUPPORTED: buildhost=windows
-// The AIX headers don't appear to be compatible with modules
-// UNSUPPORTED: LIBCXX-AIX-FIXME
-
// The Android headers don't appear to be compatible with modules yet
// UNSUPPORTED: LIBCXX-ANDROID-FIXME
``````````
</details>
https://github.com/llvm/llvm-project/pull/90971
More information about the libcxx-commits
mailing list