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
CMake: on Darwin be explicit about inclusion in the dyld shared cache
This entails passing a linker flags when the standard library is not
meant for inclusion in such cache -- such flag is supported by both LLD
and the Apple linkers.
For this to have effect on every library, propagate link flags when
building _Concurrency and Observation.
This is needed for Apple internal configurations.
Addresses rdar://120653968
0 commit comments