mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Addresses a bitcode linking problem when linking with the SDK overlays, which are built against the internal SDK, against a program built against the public SDK, which does not have CoreText. rdar://problem/21246363 Swift SVN r29395