Commits

Jordan Rose committed c4c8887f05e
CMake: provide an option to use modules for the standard libraries. This provides more living-on for modules as I start actually implementing features. This option increases compile time (because both -c and -emit-module do all the Sema and SILGen work), and doesn't actually provide any benefit right now ("modules" just contain instructions for building a TU), so it's off by default and I'm not including a Makefile equivalent. Swift SVN r5166