mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[ORC] Fix debugging output: printDescription should not have a newline.
This commit is contained in:
parent
52bc19513e
commit
365986f1c8
@ -1754,7 +1754,7 @@ void Task::anchor() {}
|
||||
|
||||
void MaterializationTask::printDescription(raw_ostream &OS) {
|
||||
OS << "Materialization task: " << MU->getName() << " in "
|
||||
<< MR->getTargetJITDylib().getName() << "\n";
|
||||
<< MR->getTargetJITDylib().getName();
|
||||
}
|
||||
|
||||
void MaterializationTask::run() { MU->materialize(std::move(MR)); }
|
||||
|
Loading…
Reference in New Issue
Block a user