[libcxx-commits] [libcxx] ee5e8e6 - [libc++] Remove non-existent headers from header_information.py

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


Author: Ian Anderson
Date: 2023-08-11T12:45:04-07:00
New Revision: ee5e8e6dcbbfc9763daf6ff474ab37f50e93222b

URL: https://github.com/llvm/llvm-project/commit/ee5e8e6dcbbfc9763daf6ff474ab37f50e93222b
DIFF: https://github.com/llvm/llvm-project/commit/ee5e8e6dcbbfc9763daf6ff474ab37f50e93222b.diff

LOG: [libc++] Remove non-existent headers from header_information.py

experimental/algorithm and experimental/functional no longer exist, but header_information.py still has references.

Differential Revision: https://reviews.llvm.org/D157639

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/libcxx/test/header_information.py b/libcxx/utils/libcxx/test/header_information.py
index 62e851b1ac51dc..8032a5b6474b73 100644
--- a/libcxx/utils/libcxx/test/header_information.py
+++ b/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",


        


More information about the libcxx-commits mailing list