[PATCH] D20825: Don't force Python2.7
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 11:18:10 PDT 2016
zturner added a comment.
Does lit run properly under Python 3.5?
There's also the awkward issue that LLDB specifies its python libraries independently of how LLVM does. I think it's safe to remove this check for that reason alone (LLVM's python interpreter should have no effect on LLDB's).
What combination of {OS, Python Version} have you tested this on?
Repository:
rL LLVM
http://reviews.llvm.org/D20825
More information about the llvm-commits
mailing list