mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For this we need to store the linkage of the “original” method implementation in the vtable. Otherwise DeadFunctionElimination thinks that the method implementation is not public but private (which is the linkage of the thunk). The big part of this change is to extend SILVTable to store the linkage (+ serialization, printing, etc.). fixes rdar://problem/29841635
43 KiB
43 KiB