Commit Graph

2 Commits

Author SHA1 Message Date
Argyrios Kyrtzidis
9632cac4c7 [Frontend] Don't crash when the module passed with '-import-module' is not found.
rdar://21096912

Swift SVN r32574
2015-10-09 17:20:06 +00:00
Jordan Rose
c97c949fcf Add frontend flag -import-module <name>.
This implicitly adds the named module as an import of every source file
in the module being compiled. This is not intended to be used generally,
but will be useful for playgrounds.

rdar://problem/19605934

Swift SVN r24905
2015-02-02 22:20:13 +00:00