[Dependency Scanner] Rename 'GlobalModuleDependenciesCache' -> 'SwiftDependencyScanningService'

This commit is contained in:
Artem Chikin
2022-12-15 14:33:45 -08:00
parent 1230966e80
commit a59db26a55
12 changed files with 100 additions and 93 deletions

View File

@@ -513,7 +513,7 @@ swiftscan_compiler_target_info_query(swiftscan_scan_invocation_t invocation) {
for (int i = 0; i < argc; ++i)
Compilation.push_back(swift::c_string_utils::get_C_string(invocation->argv->strings[i]));
auto TargetInfo = getTargetInfo(Compilation);
auto TargetInfo = swift::dependencies::getTargetInfo(Compilation);
if (TargetInfo.getError())
return swift::c_string_utils::create_null();
return TargetInfo.get();