llvm-beanz wrote:

> I don't think `lld` makes sense, but you can definitely use the LTO interface 
> inside of this tool to create a similar effect. 

Why not? `lld` is a toolchain linker (which you said this is supposed to 
emulate), and it is an interface to the LTO interface... so it seems to me like 
`lld` is the right place to do this.



https://github.com/llvm/llvm-project/pull/112245
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to