[ORC] Fix typo in debugging output.
authorLang Hames <lhames@gmail.com>
Wed, 13 Jan 2016 06:08:07 +0000 (06:08 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 13 Jan 2016 06:08:07 +0000 (06:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257576 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h

index d23b600aa51fcd81f7a7272a1886af362f35fca0..d7640b8e8b5f55e026442f1640d90ea24f9aaac0 100644 (file)
@@ -92,7 +92,7 @@ public:
           Unmapped.back().RWDataAllocs.back().getLocalAddress());
       DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for "
                    << SectionName << ": " << Alloc << " (" << Size
           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;
     }
 
       return Alloc;
     }