From c161401717e6b0553256c7dc784b23373e71a26e Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 13 Jan 2016 06:08:07 +0000 Subject: [PATCH] [ORC] Fix typo in debugging output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257576 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h index d23b600aa51..d7640b8e8b5 100644 --- a/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h +++ b/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h @@ -92,7 +92,7 @@ public: Unmapped.back().RWDataAllocs.back().getLocalAddress()); DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for " << SectionName << ": " << Alloc << " (" << Size - << " bytes, alignment " << Alignment << "\n"); + << " bytes, alignment " << Alignment << ")\n"); return Alloc; } -- 2.11.0