[PATCH] D43578: -ftime-report switch support in Clang

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 10 10:58:44 PDT 2018


davezarzycki added a comment.

A revert in practice just means undoing the changes. For example, while both `git` and `svn` have `revert` subcommands, you can also just take the original diff/patch, pipe it into `patch -R`, and if there are no conflicts, commit the result.


Repository:
  rL LLVM

https://reviews.llvm.org/D43578





More information about the cfe-commits mailing list