always end a section with \n on elf.

llvm-svn: 78534
This commit is contained in:
Chris Lattner 2009-08-09 15:31:10 +00:00
parent d9631912cf
commit f4c2eee251
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ void MCSectionELF::PrintSwitchToSection(const TargetAsmInfo &TAI,
OS << ",16";
}
}
OS << '\n';
}
//===----------------------------------------------------------------------===//