[libcxx-commits] [libcxx] 45fed80 - [AIX][libc++] Enable clang_modules_include.gen.py tests (#90971)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 7 07:57:54 PDT 2024
Author: Jake Egan
Date: 2024-05-07T10:57:51-04:00
New Revision: 45fed80b15df85cee53d3d31a7a46ae0daa91a3f
URL: https://github.com/llvm/llvm-project/commit/45fed80b15df85cee53d3d31a7a46ae0daa91a3f
DIFF: https://github.com/llvm/llvm-project/commit/45fed80b15df85cee53d3d31a7a46ae0daa91a3f.diff
LOG: [AIX][libc++] Enable clang_modules_include.gen.py tests (#90971)
Enable these tests on AIX since they're passing.
Added:
Modified:
libcxx/test/libcxx/clang_modules_include.gen.py
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py
index a823a47fd19b5..7ba4bf0326240 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
More information about the libcxx-commits
mailing list