Address code review: adding a test for -experimental-clang-importer-direct-cc1-scan and renaming a function.

This commit is contained in:
Qiongsi Wu
2025-02-13 14:02:53 -08:00
parent b7b27955bd
commit 23e863dc7a
4 changed files with 24 additions and 11 deletions

View File

@@ -638,7 +638,7 @@ struct ResultTy {
using ArgListTy = std::vector<std::string>;
void getOutputPath(ResultTy &outputPath, const StringRef &moduleName,
void setOutputPath(ResultTy &outputPath, const StringRef &moduleName,
const StringRef &interfacePath, const StringRef &sdkPath,
const CompilerInvocation &CI, const ArgListTy &extraArgs);
} // namespace SwiftInterfaceModuleOutputPathResolution