We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989d013 commit 115949aCopy full SHA for 115949a
lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
@@ -98,9 +98,9 @@ std::optional<FileSpec> SymbolLocatorDefault::LocateExecutableSymbolFile(
98
FileSystem::Instance().Exists(symbol_file_spec))
99
return symbol_file_spec;
100
101
- Progress progress(llvm::formatv(
102
- "Locating external symbol file for {0}",
103
- module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")));
+ Progress progress(
+ "Locating external symbol file",
+ module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"));
104
105
FileSpecList debug_file_search_paths = default_search_paths;
106
0 commit comments