mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
and link it properly. This is needed to embed LLVM bitcode sections in the standard library and overlays. The linker doesn't support embedded bitcode and reexport flags (among others). rdar://problem/20750099 Swift SVN r28052