[all-commits] [llvm/llvm-project] 2e6c50: [Utils] Refactor update_cc_test_checks.py to use s...

jmciver via All-commits all-commits at lists.llvm.org
Tue Sep 20 01:42:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e6c50855b7d879ded3776ba87b3d960e2035b89
      https://github.com/llvm/llvm-project/commit/2e6c50855b7d879ded3776ba87b3d960e2035b89
  Author: John McIver <john.mciver.iii at gmail.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M llvm/utils/update_cc_test_checks.py

  Log Message:
  -----------
  [Utils] Refactor update_cc_test_checks.py to use shutil

The package distutils is deprecated and removal is planned for Python 3.12.
All calls to distutils.spawn.find_executable are replaced with shutil.which.

Differential Revision: https://reviews.llvm.org/D134015




More information about the All-commits mailing list