ExecutionEngine: tweak debug log

Add a newline to separate the log message.  NFC.

llvm-svn: 262777
This commit is contained in:
Saleem Abdulrasool 2016-03-05 20:00:41 +00:00
parent acffeb8b63
commit fa8c6ed3fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.