Commits

Connor Wakamo committed 50a39c34017
Added a test of the driver's parseable output when paths contain non-ASCII characters. This test ensures that the file name is not improperly escaped when generating JSON output. In order to work around Unicode issues with lit, the swiftc invocation is actually done in a shell script which the test invokes. This is follow-up to <rdar://problem/18266570>. Swift SVN r21899