Thanks Martin for creating this patch. Here is a preliminary change for the mold side: https://github.com/rui314/mold/commit/9ad49d1c556bc963d06cca8233535183490de605
Overall the API is looking fine, though it is not clear what kind of value is expected as a linker version. A linker version is not a single unsigned integer but something like "1.3.0". Something like "1.3.0-rc2" can also be a linker version. So I don't think we can represent a linker version as a single integer. On Mon, Jun 20, 2022 at 9:01 PM Martin Liška <mli...@suse.cz> wrote: > On 6/20/22 11:35, Richard Biener wrote: > > I think this is OK. Can we get buy-in from mold people? > > Sure, I've just pinged Rui: > https://github.com/rui314/mold/issues/454#issuecomment-1160419030 > > Martin >