Commits

Dmitri Hrybenko committed 1d02589fc73
Make LLVM-level linkage of fragile Xyz and XyzExternal symbols match We used to make fragile PrivateExternal and HiddenExternal symbols 'hidden' in LLVM. While this seems to work on Mach-O, ELF linkers can not satisfy a hidden not defined symbol with a default symbol from a shared library. Swift SVN r22696