mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
[ORC] Fix typo in debugging output.
llvm-svn: 257576
This commit is contained in:
parent
3525b3a30f
commit
a0e46cd9d4
@ -92,7 +92,7 @@ public:
|
|||||||
Unmapped.back().RWDataAllocs.back().getLocalAddress());
|
Unmapped.back().RWDataAllocs.back().getLocalAddress());
|
||||||
DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for "
|
DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for "
|
||||||
<< SectionName << ": " << Alloc << " (" << Size
|
<< SectionName << ": " << Alloc << " (" << Size
|
||||||
<< " bytes, alignment " << Alignment << "\n");
|
<< " bytes, alignment " << Alignment << ")\n");
|
||||||
return Alloc;
|
return Alloc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user