[libcxx-commits] [PATCH] D134188: [libc++] Rewrites graph_header_deps.py.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 20 09:49:47 PDT 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/utils/graph_header_deps.py:13
+if __name__ == "__main__":
+ """Converts a header dependency CSV file to Graphviz dot file.
----------------
Let's provide a simple `argparse` instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134188/new/
https://reviews.llvm.org/D134188
More information about the libcxx-commits
mailing list