mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
mangleOpaqueTypeDecl() used to enable DWARFMangling, which ignores @_originallyDefinedIn, which would in turn break module interfaces. Fixes rdar://problem/86480663.