[libcxx-commits] [libcxx] [AIX][libc++] Enable clang_modules_include.gen.py tests (PR #90971)
Jake Egan via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 6 09:00:23 PDT 2024
https://github.com/jakeegan updated https://github.com/llvm/llvm-project/pull/90971
>From e1bb267aed1be7d4d67826d7b29abb4453932f74 Mon Sep 17 00:00:00 2001
From: Jake Egan <Jake.egan at ibm.com>
Date: Fri, 3 May 2024 10:35:29 -0400
Subject: [PATCH] [AIX][libc++] Enable clang_modules_include.gen.py tests
Enable these tests on AIX since they're passing.
---
libcxx/test/libcxx/clang_modules_include.gen.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py
index a823a47fd19b502..7ba4bf0326240ed 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