We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Building Clang from source (markdown)
We recommend a two stage build by default, as you will typically end up with a more optimized build. The one stage build is a fallback for debugging or slower machines. Do not recommend just the X86 target since people might care about AArch64 and ARM.
Clone tc-build with https, instead of plain text
Fix --build-stage1-only option
Update tc-build section - invite people to use it
Refer to our new tc-build repo
Make it clear the second cmake statement should replace the first one
compiler-rt is needed for LTO and CFI
Make LLVM_USE_LINKER depend on Clang and print full path to linker to avoid weird bugs
Accoint for https://github.com/llvm/llvm-project/commit/0e712a766e4f3e2cf9ad0e42cab6cb4d543d0320
Created Building Clang from source (markdown)