Re: Build clang in stages? And how to run "make check-all"

2020-08-04 Thread Ken Cunningham
> I know there's a supposedly officially supported multistage build in LLVM > (see https://llvm.org/docs/AdvancedBuilds.html > ). I've never used it (mainly > because LLVM is usually a bit lagging in terms of documentation: before the > monorepo you even

Build clang in stages? And how to run "make check-all"

2020-08-04 Thread Ces VLC
Hi! I've always built the complete LLVM tree manually, on my own, but now for the sake of more convenient updates and more comfortable patching, I'll move to the MacPorts LLVM builds (*). I know there's a supposedly officially supported multistage build in LLVM (see