jhuber6 wrote:

> That comes with two drawbacks: 1) checking out `llvm` alone (I'm not talking 
> about `llvm-project`) takes a lot of time. 2) the way to pass CMake arguments 
> to runtime build is extremely user unfriendly. If these two can't be 
> improved, I strongly object the removal of standalone build.

I don't think checking out LLVM is unreasonable, we already do this for 
`libc++` runtimes and I haven't heard of anyone deeming this as a blocker. 
There is no difference passing arguments at the top level here. You're 
confusing this with passing arguments to the main LLVM invocation which then 
needs to pass them to the runtimes build. You're doing the second part yourself 
here so it's the same interface.

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

Reply via email to