mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In our ABI, we’re using some C++ ABI tricks to simplify the implementation of the runtime. One of them, in FullMetadata, requires that we inherit from classes that we would also like to make use TrailingObjects. Remove the “final” assertion from TrailingObjects so we can do so. We promise to be careful.
16 KiB
16 KiB