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 8e6b87c commit c8c0372Copy full SHA for c8c0372
lldb/source/Commands/CommandObjectTarget.cpp
@@ -2200,7 +2200,7 @@ class CommandObjectTargetModulesDumpClangPCMInfo : public CommandObjectParsed {
2200
}
2201
2202
clang::CompilerInstance compiler;
2203
- compiler.createDiagnostics();
+ compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
2204
2205
const char *clang_args[] = {"clang", pcm_path};
2206
compiler.setInvocation(clang::createInvocation(clang_args));
0 commit comments