Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Rose
3e4a78f212 [test] Fix three Driver tests under cross-compilation. (#5694)
The driver exits out early if there's no stdlib for the target you're
compiling for, and these tests didn't pass a target for one reason or
another.

rdar://problem/29173390
2016-11-09 15:49:28 -08:00
Brian Gesiak
cc32f9376d [SR-2400] Add -continue-building-after-errors (#4437)
Currently the Swift driver stops invoking frontend commands as soon as one of
them reports an error. Add a flag to control this behavior, so that users can
choose whether to see all the errors at once or bail out early.
2016-08-22 08:43:03 -07:00