[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:
Connor Wakamo
2014-01-22 22:37:21 +00:00
parent b782bd4c56
commit 947f3be6e7
4 changed files with 0 additions and 21 deletions

View File

@@ -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;
}