search for: d89142

Displaying 3 results from an estimated 3 matches for "d89142".

2020 Oct 09
2
llvmbuildectomy
...the –write-make-fragment for Makefile comptibility no longer makes sense. The whole thing also adds a dependency on Python in our core Build system (leaving aside documentation, that is). I have a patch that seems to work for the default configuration, submited here: https://reviews.llvm.org/D89142 It's basically a conversion of the Python script to plain cmake, with some (unused (?)) feature removed. It still require proper documentation, some cleaning and official doc update, but now that the approach is somehow validated technically, I'd like to know if people interact with llvm-...
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
...cripts should now be at least compatible with both python2 (py2) and python3 (py3), some of them already are already py3 only. The build system still depends on Python in a few place, but it explicitly mentions Python3_EXECUTABLE, and the main dependency (llvm-build) is currently being removed in D89142. The shebangs have already been harmonized in D83857: some mention /usr/bin/env python, some mention /usr/bin/env python3, and none mention python2 anymore. It would be great to have all script use the same shebang, PEP394 [1] makes it (relatively) clear that in our case, explicitly requiring pyth...
2020 Nov 13
0
llvmbuildectomy
...tibility no longer makes sense. > > The whole thing also adds a dependency on Python in our core Build system > (leaving > aside documentation, that is). > > I have a patch that seems to work for the default configuration, submited > here: > > https://reviews.llvm.org/D89142 > > It's basically a conversion of the Python script to plain cmake, with some > (unused (?)) feature removed. > > It still require proper documentation, some cleaning and official doc > update, > but now that the approach is somehow validated technically, I'd like to &...