You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #114638, we implemented support for respecting the allowable-client fields in libraries that were linked with -allowable_client. It is currently only possible to produce these libraries using Apple ld64.
In #114638, we implemented support for respecting the allowable-client fields in libraries that were linked with -allowable_client. It is currently only possible to produce these libraries using Apple ld64.
This is a follow-up to #114638 and #114146.
In #114638, we implemented support for respecting the
allowable-client
fields in libraries that were linked with-allowable_client
. It is currently only possible to produce these libraries using Appleld64
.We should teach
ld64.lld
to do the same. This will allow us to get rid of theliballowable_client.dylib
binary test fixture (used inallowable-client.s
).It suffices to populate the
LC_SUB_CLIENT
field(s) in the MachO header with the name(s) passed to-allowable_client
.I plan to work on this myself, but I've opened this to make sure this is being tracked somewhere (in case I don't get to it).
The text was updated successfully, but these errors were encountered: