We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df50c76 commit 45bfb34Copy full SHA for 45bfb34
llvm/tools/llvm-reduce/deltas/Delta.cpp
@@ -184,7 +184,7 @@ using SharedTaskQueue = std::deque<std::shared_future<SmallString<0>>>;
184
void llvm::runDeltaPass(TestRunner &Test, const DeltaPass &Pass) {
185
assert(!Test.getProgram().verify(&errs()) &&
186
"input module is broken before making changes");
187
- errs() << "*** " << Pass.Desc << " (" << Pass.Name << ')' << "...\n";
+ errs() << "*** " << Pass.Desc << " (" << Pass.Name << ")...\n";
188
189
int Targets;
190
{
0 commit comments