Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I guess this one's stuck on the discussion about whether we need to retain python2 support.
Comment Actions
Thanks! Please mark as "NFC:" ("no functional change intended").
http://lists.llvm.org/pipermail/cfe-dev/2020-June/065805.html
I don't think it actually matters for these scripts;
it's not like they're run every day on an ancient buildbot that still
doesn't have python3 (in fact as of now i don't think anybody uses them
at all except us) but it sounds like in any case the only script that
really needs to be python2 up to all possible formal requirements is
SATest.py itself which is a trivial wrapper that parses some arguments
and forwards them into docker; for everything else there's docker and
you don't care what's within it.