diff --git a/mlir/lib/Support/InterfaceSupport.cpp b/mlir/lib/Support/InterfaceSupport.cpp --- a/mlir/lib/Support/InterfaceSupport.cpp +++ b/mlir/lib/Support/InterfaceSupport.cpp @@ -25,7 +25,7 @@ return compare(it.first, id); }); if (it != interfaces.end() && it->first == interfaceId) { - LLVM_DEBUG(llvm::dbgs() << "Ignoring repeated interface registration"); + LLVM_DEBUG(llvm::dbgs() << "Ignoring repeated interface registration\n"); free(conceptImpl); return; }