Commits

Ben Langmuir committed d9b3030e4ac
Switch back to CLANG_REPOSITORY_STRING for option passed to LLVM We changed the cmake configuration of swift to use CLANG_COMPILER_VERSION, but not of Clang/LLVM, so revert to CLANG_REPOSITORY_STRING to fix the clang version. This was causing modules created by swift to be unreadable by clang. rdar://problem/23397407