Displaying 2 results from an estimated 2 matches for "914a863d".
2020 Nov 13
0
llvmbuildectomy
...ly, I'd like to
> know if
> people interact with llvm-build at all, have expectations etc, other than
> « LLVM
> builds ».
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201113/914a863d/attachment-0001.html>
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