Changes between Initial Version and Version 1 of Ticket #68329, comment 18


Ignore:
Timestamp:
Oct 21, 2023, 11:49:03 AM (9 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68329, comment 18

    initial v1  
    1 personally, I wouldn't spend another minute fixing issues with Xcode 15.0 or Xcode 15.0.1 -- as any such fixes will probably all have to be undone when Xcode 15.1 rolls out in a short period of time anyway, so I am going to aim at that target.
     1it might get tricky to always have no duplicate rpath (or other) flags on the link line, but of course we should do our best. They come in as ldflags, or as -Wl,flags, so they don’t always exactly match on the driver line…
     2
     3once xcode 15.1 is released, our gcc should be able to start using ld instead of ld-classic.
     4
     5if I read your analysis correctly, that might be enough to fix this issue.