This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGee3413736251: [clang] Replace find_executable with
shutil.which in creduce script (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
zequanwu accepted this revision.
zequanwu added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148529/new/
https://reviews.llvm.org/D148529
__
DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
distutils is deprecated and shutil.which is the suggested
replacement for this function.
https://peps.python.or