mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
LTO: Document the Boolean argument from r218784
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ff4eb684f
commit
49048ecf56
@ -558,5 +558,6 @@ LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,
|
||||
return Context.setDiagnosticHandler(nullptr, nullptr);
|
||||
// Register the LTOCodeGenerator stub in the LLVMContext to forward the
|
||||
// diagnostic to the external DiagHandler.
|
||||
Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this, true);
|
||||
Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this,
|
||||
/* RespectFilters */ true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user