[libcxx-commits] [PATCH] D157639: [libc++] Move header_information.py up from tests, and remove non-existent headers

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 11 12:45:18 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
iana marked an inline comment as done.
Closed by commit rGee5e8e6dcbbf: [libc++] Remove non-existent headers from header_information.py (authored by iana).

Changed prior to commit:
  https://reviews.llvm.org/D157639?vs=549121&id=549496#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157639

Files:
  libcxx/utils/libcxx/test/header_information.py


Index: libcxx/utils/libcxx/test/header_information.py
===================================================================
--- libcxx/utils/libcxx/test/header_information.py
+++ libcxx/utils/libcxx/test/header_information.py
@@ -15,10 +15,8 @@
     "coroutine": "// UNSUPPORTED: c++03, c++11, c++14, c++17",
     "cwchar": "// UNSUPPORTED: no-wide-characters",
     "cwctype": "// UNSUPPORTED: no-wide-characters",
-    "experimental/algorithm": "// UNSUPPORTED: c++03",
     "experimental/deque": "// UNSUPPORTED: c++03",
     "experimental/forward_list": "// UNSUPPORTED: c++03",
-    "experimental/functional": "// UNSUPPORTED: c++03",
     "experimental/iterator": "// UNSUPPORTED: c++03",
     "experimental/list": "// UNSUPPORTED: c++03",
     "experimental/map": "// UNSUPPORTED: c++03",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157639.549496.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230811/f9604592/attachment.bin>


More information about the libcxx-commits mailing list