On Fri, 2 Jun 2023 14:04:23 GMT, Erik Joelsson <er...@openjdk.org> wrote:

> > Sounds good for solving the macosx `ar` limitation differently. I'll change 
> > that. We can also exclude the partial linking part for gcc (due the older 
> > tool issue that you've found). Any concerns with including partial linking 
> > step for clang on Linux?
> 
> I have no concerns regarding clang on Linux.

I've updated this PR to include partial linking for building static libraries 
with clang on Linux only. On macosx builds, relative path is used when needed 
for long path and many objects. @erikj79, could you please help run another 
iteration of your tests to see if there are any remaining missed cases. 
Hopefully we'll be able to wrap up this change. Thanks!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14064#issuecomment-1584840824

Reply via email to