Displaying 2 results from an estimated 2 matches for "9218ff50".
2020 Oct 09
2
llvmbuildectomy
Hi Folks,
Although LLVM now relies on cmake for its build configuration, it still calls an
external Python script, namely llvm-build, to manage component dependecies,
activation or deactivation of target componenents and generating description for
llvm-config.
This system is documented in http://llvm.org/docs/CommandGuide/llvm-build.html
and https://llvm.org/docs/LLVMBuild.html.
Several
2020 Nov 13
0
llvmbuildectomy
Hi Folks,
An llvm-build chirurgal extraction was launched a few hours ago[1] and
after an emergency action
for the ocaml bindings [2], I'm glad to announce that the transplant looks
in good shape!
Although we did some intensive testing, given the size of the diff
```console
$ git diff 9218ff50^..9218ff50 --shortstat
422 files changed, 1691 insertions(+), 7505 deletions(-)
```
side effects are *not* unexpected, please let me know through [1] if you
spot anything unusual
related to LLVM components.
-- Serge
[1] https://reviews.llvm.org/D90848
[2] https://reviews.llvm.org/rG95537f450814c...