Re: [pushed] libsanitizer, darwin: Unsupport Darwin >= 22 for now.

2023-04-18 Thread Richard Biener via Gcc-patches
On Tue, Apr 18, 2023 at 8:31 AM Iain Sandoe via Gcc-patches wrote: > > Tested on x86_64-darwin21,22, pushed to trunk, needed on 13.1, OK for branch. > thanks > Iain > > --- 8< --- > > The mechanism for location dyld has altered from Darwin22 since dyld is now > in the shared cache. The implemen

[pushed] libsanitizer, darwin: Unsupport Darwin >= 22 for now.

2023-04-17 Thread Iain Sandoe via Gcc-patches
Tested on x86_64-darwin21,22, pushed to trunk, needed on 13.1, thanks Iain --- 8< --- The mechanism for location dyld has altered from Darwin22 since dyld is now in the shared cache. The implemented mechanism for walking the cache uses Apple Blocks which GCC does not yet support, and the fallbac