Commits

Connor Wakamo committed eb36def6963
[frontend] Updated the behavior for -import-module so it can be specified multiple times. Instead of only honoring the last occurrence of -import-module, the frontend now honors all occurrences of -import-module, making all of the modules specified on the command line implicitly visible. This fixes <rdar://problem/20422696>. Swift SVN r27299