mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The witness table is an array of pointers - `void **`, which means that the list of the witnesses has type of `void ***`. Instead of using result of `emitAddressAtOffset` accessor should set the correct type for the list, which is `void ***` and emit bit a lot for each of the witness table slots. Resolves: rdar://87568630 Resolves: rdar://88340451
27 KiB
27 KiB