forked from OSchip/llvm-project
parent
31ad39c51f
commit
f75a9dc1a2
|
@ -1185,8 +1185,8 @@ lldb_private::Status ClangExpressionParser::PrepareForExecution(
|
|||
process->SetDynamicCheckers(dynamic_checkers);
|
||||
|
||||
if (log)
|
||||
log->Printf("== [ClangUserExpression::Evaluate] Finished "
|
||||
"installing dynamic checkers ==");
|
||||
log->Printf("== [ClangExpressionParser::PrepareForExecution] "
|
||||
"Finished installing dynamic checkers ==");
|
||||
}
|
||||
|
||||
IRDynamicChecks ir_dynamic_checks(*process->GetDynamicCheckers(),
|
||||
|
|
Loading…
Reference in New Issue