Author: Sam McCall Date: 2022-05-06T17:09:02+02:00 New Revision: 6ed81abec2531984e8068de80637bc9f5a041655
URL: https://github.com/llvm/llvm-project/commit/6ed81abec2531984e8068de80637bc9f5a041655 DIFF: https://github.com/llvm/llvm-project/commit/6ed81abec2531984e8068de80637bc9f5a041655.diff LOG: Fix LLDB test broken by 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5 Added: Modified: lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp Removed: ################################################################################ diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp index 385bb51eca5b0..38dd55bc76d36 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp @@ -663,7 +663,7 @@ ClangModulesDeclVendor::Create(Target &target) { llvm::make_range(compiler_invocation_arguments.begin(), compiler_invocation_arguments.end())); - CreateInvocationOptions CIOpts; + clang::CreateInvocationOptions CIOpts; CIOpts.Diags = diagnostics_engine; std::shared_ptr<clang::CompilerInvocation> invocation = clang::createInvocation(compiler_invocation_argument_cstrs, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits