[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
Tue Dec 6 19:32:13 PST 2022


rprichard created this revision.
Herald added a subscriber: danielkiss.
Herald added a project: All.
rprichard requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

danalbert


Repository:
  rG LLVM Github Monorepo

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
+// UNSUPPORTED: android
+
 // 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.480746.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221207/2d38d852/attachment.bin>


More information about the libcxx-commits mailing list