[libcxx-commits] [PATCH] D139498: [libc++][Android] Android/Bionic headers don't work with modules

Ryan Prichard via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 7 16:24:21 PST 2022


rprichard updated this revision to Diff 481102.
rprichard edited the summary of this revision.
rprichard added a comment.

Use XFAIL instead of UNSUPPORTED.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139498/new/

https://reviews.llvm.org/D139498

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


Index: libcxx/test/libcxx/modules_include.sh.cpp
===================================================================
--- libcxx/test/libcxx/modules_include.sh.cpp
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139498.481102.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221208/dfdcb0d2/attachment.bin>


More information about the libcxx-commits mailing list