[libcxx-commits] [PATCH] D141779: [libc++][PSTL] Copy the headers into libc++
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 20 20:44:31 PDT 2023
philnik updated this revision to Diff 515573.
philnik added a comment.
Rebased
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141779/new/
https://reviews.llvm.org/D141779
Files:
libcxx/test/libcxx/private_headers.verify.cpp
Index: libcxx/test/libcxx/private_headers.verify.cpp
===================================================================
--- libcxx/test/libcxx/private_headers.verify.cpp
+++ libcxx/test/libcxx/private_headers.verify.cpp
@@ -23,7 +23,7 @@
if header.startswith('__support'):
continue
- # TODO: Stop skipping PSTL headers once their integration is finished.
+ # Skip PSTL headers. They might not be available.
if header.startswith('__pstl'):
continue
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141779.515573.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230421/0bcbb414/attachment.bin>
More information about the libcxx-commits
mailing list