mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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