Update comments

This commit is contained in:
Ellie Shin
2021-12-10 00:48:26 -08:00
parent 0ff4195066
commit 1e5160b809
3 changed files with 3 additions and 71 deletions

View File

@@ -262,9 +262,6 @@ void CompilerInvocation::setSDKPath(const std::string &Path) {
updateRuntimeLibraryPaths(SearchPathOpts, LangOpts.Target);
}
// This assumes the param args contains valid strings for module
// aliasing. The full validation of input for aliasing is done at
// ArgsToFrontendOptionsConverter::computeModulealiases.
void CompilerInvocation::setModuleAliasMap(std::vector<std::string> args) {
// ModuleAliasMap should initially be empty as setting
// it should be called only once