mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
ExecutionEngine: tweak debug log
Add a newline to separate the log message. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c60ddf6cea
commit
99bd86dbd5
@ -1289,7 +1289,7 @@ relocation_iterator RuntimeDyldELF::processRelocationRef(
|
||||
if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL ||
|
||||
RelType == ELF::R_ARM_JUMP24) {
|
||||
// This is an ARM branch relocation, need to use a stub function.
|
||||
DEBUG(dbgs() << "\t\tThis is an ARM branch relocation.");
|
||||
DEBUG(dbgs() << "\t\tThis is an ARM branch relocation.\n");
|
||||
SectionEntry &Section = Sections[SectionID];
|
||||
|
||||
// Look for an existing stub.
|
||||
|
Loading…
Reference in New Issue
Block a user