[PATCH] D63461: [Util] Add a helper script for converting -print-before-all output into a file based equivelent
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 14:57:31 PDT 2019
reames added a comment.
In D63461#1549688 <https://reviews.llvm.org/D63461#1549688>, @skatkov wrote:
> 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.
I specifically wanted something which worked as a post process of existing output. (I believe that was the result of that proposal as well.) Taking the output of this, and creating the version history in a git repo would be straight-forward if you wanted to.
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