This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap
ClosedPublic

Authored by sotoshigoto on May 9 2023, 1:21 AM.

Details

Summary

At inserting of InterfaceMap, a debug message lacked a newline, so it repeatedly displayed this message within a single line.
Clean up the debug log by inserting a newline at the end of the message.

Diff Detail

Event Timeline

sotoshigoto created this revision.May 9 2023, 1:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 1:21 AM
sotoshigoto requested review of this revision.May 9 2023, 1:21 AM
sotoshigoto retitled this revision from [NFC] Add a newline to debug message at inserting of InterfaceMap to [mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap.May 9 2023, 1:28 AM
rriddle accepted this revision.May 25 2023, 12:41 PM
This revision is now accepted and ready to land.May 25 2023, 12:41 PM

@rriddle I don't have a commit access, could you land it?