mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The existing code was not handling the linkage of global aliases in LLVM modules. This resulted in linking errors in certain cases, because the LLVM backend would remove some type metadata in scope of a dead code elimination. Fixes rdar://27245620
2 lines
72 B
Swift
2 lines
72 B
Swift
// This file acts as a main file. It is used only for linking purposes.
|