You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to build Clang (and lld) from source for testing purposes, it is really easy! You should have cmake and ninja installed from your distribution.
You are interested in more optimized binaries and faster compile times?
You are invited to use tc-build!
$ git clone https://github.com/ClangBuiltLinux/tc-build
$ cd tc-build
$ ./build-llvm.py
If you do not have as powerful of a machine or are time restricted in some other way, you can build just Clang and LLD in a "stage 1" configuration (rather than the default of building a smaller clang and lld to build a fuller LLVM toolchain afterwards).