Commits

Connor Wakamo committed 247228104d6
[driver] Updated main() to return 1 if there were any errors building the Compilation. Previously, main() would always return 0 if a Compilation was not built. Now that the driver is correctly emitting diagnostics, check for any errors to see if it should return 1 instead. Swift SVN r13176