forked from OSchip/llvm-project
[ORC] Fix missing newline in debugging output.
This commit is contained in:
parent
a0a91ed3dd
commit
3828ab086a
|
@ -2911,6 +2911,7 @@ void ExecutionSession::dumpDispatchInfo(Task &T) {
|
||||||
runSessionLocked([&]() {
|
runSessionLocked([&]() {
|
||||||
dbgs() << "Dispatching: ";
|
dbgs() << "Dispatching: ";
|
||||||
T.printDescription(dbgs());
|
T.printDescription(dbgs());
|
||||||
|
dbgs() << "\n";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
#endif // NDEBUG
|
#endif // NDEBUG
|
||||||
|
|
Loading…
Reference in New Issue