<div dir="ltr">In the root llvm/CMakeLists.txt we have:<div><br></div><div><div>if( ${PYTHON_VERSION_STRING} VERSION_LESS 2.7 )</div><div>  message(FATAL_ERROR "Python 2.7 or newer is required")</div><div>endif()</div><div><br></div><div>But lit seems to still be stuck in a Python 2.5 world. For example, detectCPUs is redundant now that we have multiprocessing.cpu_count() (multiprocessing requires >=2.6). And there are a bunch of other Python 2.5 workarounds floating around inside lit. I'm actually not sure if there are 2.6 workarounds.</div><div><br></div><div>Anyway, does anybody know if somehow, despite the CMake check, lit is still being run with Python <2.7 on any bots or anywhere? If not, I'd like to make a couple cleanup patches.</div>







<div><br></div><div>-- Sean Silva</div></div></div>