Commits

Nadav Rotem committed 56eb498a74c
Build the Swift runtime using the locally built clang compliler. This commit makes the swift build scripts use the clang that we build as part of the build process in order to build the Swift runtime, and not the host compiler. This change is necessary for using new clang features immediately after they are introduced. One example for such feature is new function calling conventions, or new c-level attributes.