Commits

Arnold Schwaighofer committed 2d14ab95b3f
Don't use Shared linkage for specialized stdlib_binary_only functions We don't serialize their bodies because we only want them in the stdlib dylib. Marking them Shared changes their visibility to hidden and the linker gets angry when it tries to link their symbol in another object. rdar://20907669 Swift SVN r28536