Commits

Graham Batty committed 1134fbdca10
Use clang++ to link swift modules/programs. This avoids a bunch of issues trying to correctly guess parameters for ld for linux platforms. We know we have clang, we know it should be able to link, so use clang. Swift SVN r22571