mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
This commit is contained in:
@@ -72,6 +72,9 @@ public:
|
||||
/// by the frontend.
|
||||
std::string OutputFilename;
|
||||
|
||||
/// An arbitrary module to import and make implicitly visible.
|
||||
std::string ImplicitImportModuleName;
|
||||
|
||||
/// An Objective-C header to import and make implicitly visible.
|
||||
std::string ImplicitObjCHeaderPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user