Hi, ATM, the book stipulates that Python2 is required for LLVM. But I've been able to build and test LLVM-7.0.1 with only Python3 installed on the system: only 11 tests out of more than 33000 fail, and missing python(2) seems to lead to only 2 failures out of 11.
I've not tried to build the doc, but since sphinx is Python3 compatible, I guess this should not be a problem. The only reason to want Python2 for llvm are the tools: a lot of programs in the utils directory still have #!/usr/bin/env python (or python2.7). So I want to change Python2 to "optional (run-time, for using some tools)". Is it OK with you? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
