[PATCH] D115138: [llvm-mca] Compare multiple files

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 00:50:33 PST 2021


djtodoro added inline comments.


================
Comment at: llvm/utils/llvm-mca-compare.py:1
+#!/usr/bin/env python
+
----------------
RKSimon wrote:
> I think we're supposed to set this to python3 for all new scripts?
I guess, but I see that most of the scripts still use the `#!/usr/bin/env python` for the main interpreter.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115138/new/

https://reviews.llvm.org/D115138



More information about the llvm-commits mailing list