[llvm] r257576 - [ORC] Fix typo in debugging output.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 22:08:07 PST 2016
Author: lhames
Date: Wed Jan 13 00:08:07 2016
New Revision: 257576
URL: http://llvm.org/viewvc/llvm-project?rev=257576&view=rev
Log:
[ORC] Fix typo in debugging output.
Modified:
llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h?rev=257576&r1=257575&r2=257576&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h Wed Jan 13 00:08:07 2016
@@ -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;
}
More information about the llvm-commits
mailing list