[Utils] Refactor update_cc_test_checks.py to use shutil
authorJohn McIver <john.mciver.iii@gmail.com>
Tue, 20 Sep 2022 08:39:40 +0000 (09:39 +0100)
committerNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Tue, 20 Sep 2022 08:42:06 +0000 (09:42 +0100)
commit2e6c50855b7d879ded3776ba87b3d960e2035b89
treeaab7ce05d5857b00283fe1e6f4732a0657a97ccd
parente6238ab52590a4f31bc8c6e806c7947e9ef04b57
[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
llvm/utils/update_cc_test_checks.py