summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_llc_test_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/update_llc_test_checks.py')
-rwxr-xr-xllvm/utils/update_llc_test_checks.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/utils/update_llc_test_checks.py b/llvm/utils/update_llc_test_checks.py
index 55af9f1759f..8669b32324a 100755
--- a/llvm/utils/update_llc_test_checks.py
+++ b/llvm/utils/update_llc_test_checks.py
@@ -9,8 +9,7 @@ a single test function.
import argparse
import itertools
-# Could be used to advertise this file's name ("autogenerated_note").
-# import os
+import os # Used to advertise this file's name ("autogenerated_note").
import string
import subprocess
import sys
@@ -144,10 +143,8 @@ def main():
parser.add_argument('tests', nargs='+')
args = parser.parse_args()
- # FIXME: we don't need to hardcode this name.
autogenerated_note = ('; NOTE: Assertions have been autogenerated by '
- 'utils/update_llc_test_checks.py')
- # + os.path.basename(__file__))
+ + os.path.basename(__file__))
for test in args.tests:
if args.verbose:
OpenPOWER on IntegriCloud