[libcxx-commits] [libcxx] 8f29d4e - [libc++][Android] Android/Bionic headers don't work with modules yet

Ryan Prichard via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 9 15:16:38 PST 2022


Author: Ryan Prichard
Date: 2022-12-09T15:16:20-08:00
New Revision: 8f29d4ed73864d4ab57aff88f68f296c439b3c61

URL: https://github.com/llvm/llvm-project/commit/8f29d4ed73864d4ab57aff88f68f296c439b3c61
DIFF: https://github.com/llvm/llvm-project/commit/8f29d4ed73864d4ab57aff88f68f296c439b3c61.diff

LOG: [libc++][Android] Android/Bionic headers don't work with modules yet

The current Android headers don't appear to work with modules. We may
want to fix them eventually.

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D139498

Added: 
    

Modified: 
    libcxx/test/libcxx/modules_include.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/modules_include.sh.cpp b/libcxx/test/libcxx/modules_include.sh.cpp
index 91e99d617369e..7e80eed2da827 100644
--- a/libcxx/test/libcxx/modules_include.sh.cpp
+++ b/libcxx/test/libcxx/modules_include.sh.cpp
@@ -19,6 +19,9 @@
 // The Windows headers don't appear to be compatible with modules
 // UNSUPPORTED: windows
 
+// The Android headers don't appear to be compatible with modules yet
+// XFAIL: LIBCXX-ANDROID-FIXME
+
 // Prevent <ext/hash_map> from generating deprecated warnings for this test.
 #if defined(__DEPRECATED)
 #    undef __DEPRECATED


        


More information about the libcxx-commits mailing list