Lang Hames

Results 9 comments of Lang Hames

I replied via email, but GitHub does not seem to have picked it up, so posting here for good measure: > We cannot control what's in the static init of...

Actually it looks like dyld has a hook that might help us here: _dyld_register_func_for_add_image (receive callback with image base on load). If ld.so has something similar then we might already...

@weliveindetail -- The review is at https://reviews.llvm.org/D132988.

I reached out to @jaredwy and he said that he's almost done with the work and hopes to land it soon.

Are you using the `unw_add/remove_find_dynamic_unwind_sections` sequence described in https://github.com/llvm/llvm-project/issues/49036#issuecomment-1437318801 ? That's required on macOS 14.0 and later.

Thanks for answering those questions. I think there's an even easier solution here: We can hoist the creator functions up into the named constructor and then pass them into the...

Weird -- I thought it had been merged too, but it doesn't look like it. Should be fixed now.

@gmarkall's comment sounds promising: > I've received various reports that this fixes issues related to https://github.com/llvm/llvm-project/issues/71963 on both macOS and LinuxAArch64 systems, and no reports of adverse effects - so...

> I didn't see any further feedback to address. Is this waiting on me somehow? Nope -- this is just me getting swamped and losing track of this. Thanks for...