search for: d90848

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

Did you mean: 990848
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
...e 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/rG95537f450814c378fcb9d446dadcabc1385a5903 On Fri, Oct 9, 2020 at 6:51 PM Serge Guelton <sguelton at redhat.com> wrote: > Hi Folks, > > Although LLVM now relies on cmake for its build configuration, it still > calls an > external Python script, na...