Files
swift-mirror/test/Runtime
Mike Ash 9ae3f881a8 [Test] Fix assertion failure building demangleToMetadata.swift.
The direct call to _getTypeByMangledName made the compiler angry when doing an optimizd simulator build. Instead, use _typeByName with a string that has an embedded NUL to achieve the same effect.

rdar://139264622
2024-11-06 20:49:38 -05:00
..