[PATCH] D44244: [LLVM] Add -git-commit-after-all option
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 14 15:26:45 PDT 2018
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
It was pointed out that upstream support for dumping the whole module already exists. It's spelled as: -print-after-all -print-module-scope
Given this, you should be able to do this by post processing a log without needing any LLVM changes.
Repository:
rL LLVM
https://reviews.llvm.org/D44244
More information about the llvm-commits
mailing list