Commits

David Farler committed 8c2248a4821
Don't embed LLVM bitcode into the XCTest overlay With bitcode enabled, the XCTest overlay fails to link because XCTest.framework itself was not built with bitcode. For now, we should not build this overlay with bitcode. It isn't embedded in apps. rdar://problem/20884313 Swift SVN r28355