forked from OSchip/llvm-project
[NFC][MLGO] Remove the word "inliner" in a generic error message.
This commit is contained in:
parent
4c106cfdf7
commit
a81b0c978f
|
@ -28,7 +28,7 @@ ModelUnderTrainingRunner::ModelUnderTrainingRunner(
|
|||
ModelPath, InputSpecs, [&](size_t I) { return OutputSpecs[I].Spec; },
|
||||
OutputSpecs.size());
|
||||
if (!Evaluator || !Evaluator->isValid()) {
|
||||
Ctx.emitError("Failed to create inliner saved model evaluator");
|
||||
Ctx.emitError("Failed to create saved model evaluator");
|
||||
Evaluator.reset();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue