[all-commits] [llvm/llvm-project] 891fad: [mlir] [NFC] Add a newline to debug message at ins...
Kohei Yamaguchi via All-commits
all-commits at lists.llvm.org
Tue May 30 07:29:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 891fad0448fc560877e67c980754c1c4a5c83735
https://github.com/llvm/llvm-project/commit/891fad0448fc560877e67c980754c1c4a5c83735
Author: Kohei Yamaguchi <fix7211 at gmail.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M mlir/lib/Support/InterfaceSupport.cpp
Log Message:
-----------
[mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap
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.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D150182
More information about the All-commits
mailing list