mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[driver] Removed the limited support for -module-source-list.
This option was never honored, and the main functionality that this option would have implemented has been subsumed by -output-file-map. Swift SVN r12800
This commit is contained in:
@@ -148,13 +148,6 @@ public:
|
||||
return FrontendOpts.SerializedDiagnosticsPath;
|
||||
}
|
||||
|
||||
void setModuleSourceListPath(StringRef Path) {
|
||||
FrontendOpts.ModuleSourceListPath = Path;
|
||||
}
|
||||
StringRef getModuleSourceListPath() const {
|
||||
return FrontendOpts.ModuleSourceListPath;
|
||||
}
|
||||
|
||||
LangOptions &getLangOptions() {
|
||||
return LangOpts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user