1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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';
}
//===----------------------------------------------------------------------===//