[libcxx-commits] [PATCH] D139498: [libc++][Android] Android/Bionic headers don't work with modules yet
Ryan Prichard via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 9 15:16:40 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8f29d4ed7386: [libc++][Android] Android/Bionic headers don't work with modules yet (authored by rprichard).
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.481757.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221209/79b9936e/attachment-0001.bin>
More information about the libcxx-commits
mailing list