[all-commits] [llvm/llvm-project] 6ea545: [llvm][utils] Run 2to3 on zkill script

David Spickett via All-commits all-commits at lists.llvm.org
Thu Oct 16 04:04:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ea54567894b7305ee09dd4341c49276b460c459
      https://github.com/llvm/llvm-project/commit/6ea54567894b7305ee09dd4341c49276b460c459
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M llvm/utils/Misc/zkill

  Log Message:
  -----------
  [llvm][utils] Run 2to3 on zkill script

This updates Python2 print statements to Python3 print functions,
and makes lists out of some things that are iterators in Python3.

The latter we could not bother with as some code is fine with
iterators, but it does keep the script behaving exactly as it was
in case anyone does try to use this.

(and it's clear it was purely 2to3 changes, no hand editing)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list