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 4a1dbf6b74
commit 4415a43b2f

View File

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