[libcxx-commits] [PATCH] D134188: [libc++] Rewrites graph_header_deps.py.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 19 08:40:28 PDT 2022


Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The new version is a lot simpler and has less option which were not
used. This uses the CSV files as generated by D133127 <https://reviews.llvm.org/D133127> as input data.

This changes fixes the cyclic dependency issue with the previous version
of the tool so the markers and its documentation is removed.

Since the input has no cycles the CI test is removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134188

Files:
  libcxx/docs/DesignDocs/HeaderRemovalPolicy.rst
  libcxx/include/algorithm
  libcxx/include/any
  libcxx/include/atomic
  libcxx/include/future
  libcxx/include/optional
  libcxx/include/thread
  libcxx/utils/ci/run-buildbot
  libcxx/utils/graph_header_deps.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134188.461222.patch
Type: text/x-patch
Size: 14342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220919/af2f80bc/attachment-0001.bin>


More information about the libcxx-commits mailing list