diff --git a/lib/MC/MCSection.cpp b/lib/MC/MCSection.cpp index 80a80e7d8d0..65e86d3b408 100644 --- a/lib/MC/MCSection.cpp +++ b/lib/MC/MCSection.cpp @@ -107,6 +107,8 @@ void MCSectionELF::PrintSwitchToSection(const TargetAsmInfo &TAI, OS << ",16"; } } + + OS << '\n'; } //===----------------------------------------------------------------------===//