[llvm-dev] Building LLVM with LLVM with no dependence on GCC

Neil Nelson via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 24 11:17:51 PDT 2019


You can install clang and lld, both LLVM, using Ubuntu get.

 From there you can download and build LLVM and install the latest version.
Be sure to use |-DCMAKE_BUILD_TYPE=Release.|
https://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary

The LLVM libc project is at
http://llvm.org/docs//Proposals/LLVMLibC.html

Siva Chandra at Google is heading up the LLVM libc project.

Neil Nelson

On 9/24/19 11:08 AM, Fabiano Sidler via llvm-dev wrote:
> Hello? Anyone here with step-by-step instructions for getting a GCC-free
> (and possibly glibc-free) LLVM on Ubuntu?
>
> Greetings,
> Fabiano
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190924/0a36f530/attachment.html>


More information about the llvm-dev mailing list