[PATCH] D63461: [Util] Add a helper script for converting -print-before-all output into a file based equivelent
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 22:51:03 PDT 2019
skatkov accepted this revision.
skatkov added a comment.
This revision is now accepted and ready to land.
I remember there were an idea to use git where each commit corresponds to one module output.
Have you considered this option?
It should save a lot of disk space and should not prevent you from the task you described.
================
Comment at: utils/chunk-print-before-all.py:22
+
+isdump = False
+cur = []
----------------
is_dump to have uniform variable naming.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63461/new/
https://reviews.llvm.org/D63461
More information about the llvm-commits
mailing list