Commits

Jordan Rose committed 6b59ff8dc5c
[bitcode] Don't allow -Xcc or -Xllvm arguments to bitcode backend jobs. This is consistent with Clang, which rejects -mllvm options. All options Clang /does/ accept should be covered by normal Swift flags. rdar://problem/21245117 Swift SVN r29386