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
strip_test: use consistent shared library names on Darwin (#89)
On Darwin, the library name stamped into the shared object's Mach-O
header should match its file name, otherwise it won't be loadable at run
time. Ensure this is the case for the shared objects in `//test/strip`.
0 commit comments