search for: llvmbuildectomy

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

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
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