You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full log string is passed to errs() instead of multiple << operator calls. This should reduce log message interleaving on console for multi-threaded apps.
Happens with
MPI_LOGGER=OFF
.Fix
llvm::errs() << (LEVEL) << " " << LOG_BASENAME_FILE << ":" << __func__ << ":" << __LINE__ << ": " << MSG << "\n";
The text was updated successfully, but these errors were encountered: