[libcxx-commits] [libcxx] 1288e72 - [libc++][NFC] Sort header list in header_information.py

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 08:54:12 PDT 2023


Author: Louis Dionne
Date: 2023-06-19T11:54:04-04:00
New Revision: 1288e72d10b045925540b28132ac748dd7754769

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

LOG: [libc++][NFC] Sort header list in header_information.py

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 7f15571c28718..e505731dcd71b 100644
--- a/libcxx/utils/libcxx/test/header_information.py
+++ b/libcxx/utils/libcxx/test/header_information.py
@@ -10,7 +10,6 @@
 
 lit_header_restrictions = {
     "barrier": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
-    "stop_token": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
     "clocale": "// UNSUPPORTED: no-localization",
     "codecvt": "// UNSUPPORTED: no-localization",
     "coroutine": "// UNSUPPORTED: c++03, c++11, c++14, c++17",
@@ -52,6 +51,7 @@
     "shared_mutex": "// UNSUPPORTED: no-threads, c++03, c++11",
     "sstream": "// UNSUPPORTED: no-localization",
     "stdatomic.h": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17, c++20",
+    "stop_token": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
     "streambuf": "// UNSUPPORTED: no-localization",
     "strstream": "// UNSUPPORTED: no-localization",
     "thread": "// UNSUPPORTED: no-threads, c++03",


        


More information about the libcxx-commits mailing list