[PATCH] D83505: [NFC] Add utility to sum/merge stats files
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 10:04:05 PDT 2020
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
This looks good and reasonable to me.
I think it would be useful to have that in-tree.
================
Comment at: llvm/utils/merge-stats.py:1
+#!/usr/bin/env python
+'''
----------------
I think it would be okay to hardcode python3 in a new script :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83505/new/
https://reviews.llvm.org/D83505
More information about the llvm-commits
mailing list