Files
swift-mirror/stdlib/public/runtime/DynamicCast.cpp
Mike Ash 3716df4ca5 [Runtime] Fix findBridgeWitness when building for the shared cache.
The static bridgeableProtocol inherits the ptrauth_struct attribute which uses the B key, and that's not allowed on global data in the shared cache. Pass the value directly as a parameter instead.
2023-12-01 09:40:25 -05:00

98 KiB