[PATCH] D56180: Replace gen_dynamic_list.py with a portable shell script
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 31 22:01:32 PST 2018
compnerd added a comment.
Shell is not available on Windows, python however is considered a portable shell within the project. There are a number of tools within the LLVM project that require python, I'm not sure that removing the dependency is the right thing to do here.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56180/new/
https://reviews.llvm.org/D56180
More information about the llvm-commits
mailing list