commit | 16228bc65e46de9045d522dfe7afbba8c4bb5955 | [log] [tgz] |
---|---|---|
author | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 15:44:24 2019 +0000 |
committer | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 15:44:24 2019 +0000 |
tree | 44df6aed0f9faf1a2e9cf125433c5c02b4d28b8c | |
parent | dd84c9d6638a9bd8adba22d14b3c616a5e36c409 [diff] [blame] |
Python compat - no explicit reference to Python version Update documentation and shebang. Differential Revision: https://reviews.llvm.org/D56252 llvm-svn: 350327
diff --git a/llvm/utils/update_mca_test_checks.py b/llvm/utils/update_mca_test_checks.py index 54d1cb4..06fd655 100755 --- a/llvm/utils/update_mca_test_checks.py +++ b/llvm/utils/update_mca_test_checks.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python """A test case update script.