Build compiler-rt

Can I build compiler-rt without llvm and clang?Thanks a lot.

You can build compiler-rt separately from llvm/clang; see https://compiler-rt.llvm.org/ , section “To build it separately”.

Thanks.I should down load llvm first.