[PATCH] D38489: TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 21:01:26 PDT 2017
MatzeB added a comment.
Although not necessarily a measure for code quality; here is:
$ git show --shortstat # for merging the classes
51 files changed, 293 insertions(+), 405 deletions(-)
$ git show --shortstat # for cleaning up the split as in D38482
108 files changed, 273 insertions(+), 230 deletions(-)
Repository:
rL LLVM
https://reviews.llvm.org/D38489
More information about the llvm-commits
mailing list