mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
mangleOpaqueTypeDecl() used to enable DWARFMangling, which ignores @_originallyDefinedIn, which would in turn break module interfaces. Fixes rdar://problem/86480663.