mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00:00
Fix LLDB test broken by 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5
This commit is contained in:
parent
f44552ab38
commit
6ed81abec2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user