[libcxx-commits] [PATCH] D141779: [libc++][PSTL] Copy the headers into libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 20 08:30:30 PDT 2023


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/libcxx/lint/lint_headers.sh.py:18
         os.path.basename(path) == 'libcxx.imp' or
+        os.path.basename(path).startswith('__pstl') or
         not os.path.isfile(path)
----------------



================
Comment at: libcxx/test/libcxx/private_headers.verify.cpp:26
 
+  # Skip PSTL headers. They might not be available.
+  if header.startswith('__pstl'):
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141779



More information about the libcxx-commits mailing list