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 6071b08 commit 855a405Copy full SHA for 855a405
lldb/tools/driver/Driver.cpp
@@ -502,7 +502,7 @@ void SetupPythonRuntimeLibrary() {
502
return;
503
#endif
504
llvm::errs() << "error: unable to find "
505
- << LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME << ".\n";
+ << LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME << ".\n";
506
507
#elif defined(LLDB_PYTHON_DLL_RELATIVE_PATH)
508
if (!AddPythonDLLToSearchPath())
0 commit comments