Skip to content

Commit a549484

Browse files
committed
Fix API to build with stable/20230725
1 parent 04e10ab commit a549484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ Status PlatformDarwinKernel::GetSharedModuleKernel(
811811
FileSpecList search_paths =
812812
process->GetTarget().GetDebugFileSearchPaths();
813813
FileSpec dsym_fspec =
814-
PluginManager::LocateExecutableSymbolFile(kern_spec, search_paths);
814+
Symbols::LocateExecutableSymbolFile(kern_spec, search_paths);
815815
if (FileSystem::Instance().Exists(dsym_fspec))
816816
module_sp->SetSymbolFileFileSpec(dsym_fspec);
817817
if (did_create_ptr)

0 commit comments

Comments
 (0)