mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A part of my mind wanted to skip the kind check in Module's implementation of these if we already knew we were dealing with a LoadedModule, but the extra level of indirection is fairly annoying. Just jump straight to the LoadedModule's owner here. (We can't use virtual methods because we want Module to stay vtable-free.) Swift SVN r7337
20 KiB
20 KiB