search for: d55121

Displaying 2 results from an estimated 2 matches for "d55121".

Did you mean: 55121
2018 Dec 10
2
Migrate utils/ Python 2 scripts to Python 3
...someone feels motivated, and if it doesn't make the code obtuse, port > > scripts to work with either version -- and for such scripts, change the #! line > > to say "#!/usr/bin/env python". > > > I've started the work: > > https://reviews.llvm.org/D55121 > > More patch may come if there's an interest in that. Most if not all Python scripts in the clang/ repo have been ported and are waiting for reviews. I've split them in independant patches to ease the review works: https://reviews.llvm.org/D55259 https://reviews.llvm.org/D55258 h...
2018 Feb 01
5
Migrate utils/ Python 2 scripts to Python 3
Sadly, neither the latest version of RedHat (released in 2014), nor the latest version of macOS (released in 2017) have any version of python3 available with the default system. On the other hand, TTBOMK, every system that does have python3 available also makes python2.7 also easily available. LLVM is not a primarily python project, so keeping up with the latest features of the language, and