I'd like to try to bootstrap a native build of clang using the instructions at Advanced Build Configurations — LLVM 16.0.0git documentation. From what I read, it seems to take care of the bootstrap without manually invoking each step explicitly, as I've been doing.
It's not clear to me if it assumes a normal build before, the first stage, without using any cmake cache file or not. I attempted using the cmake cache files clang/cmake/caches/DistributionExample{,-stage2}.cmake, but the resulting clang does not use the run-times, even after trying to tweak them a little.
Is there any primer on how to bootstrap clang this way? or any pointer would do, actually.
Thank you,