ZuseZ4 wrote:

Rust compiler team member here, but not a bootstrap expert. We generally want 
to switch from static to dynamic linking of LLVM, but a few days ago I had to 
revert our second attempt at doing so for macOS. We are currently therefore 
back at static linking. The first time we broke downstream users like Miri, the 
second time we broke local bootstrap builds, since different stages of 
bootstrap then disagreed on whether they wanted a versioned or an unversioned 
LLVM. 

I don't think we know yet what we will settle on, but it's also easy enough for 
us to change the name in our bootstrap code (as we already do in some cases). 

https://github.com/llvm/llvm-project/pull/189004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to