Commits
Ted Kremenek committed 7606d37046c
Add CMake goop to generate static archive versions of Swift runtime dylibs. These are not built by default. They are built when ENABLE_SWIFT_STATIC_RUNTIME is set, which builds both the dylibs and the static archives. This is intended to only be a stop gap solution until we can rely completely on dynamic linking. Swift SVN r16746