always end a section with \n on elf.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-09 15:31:10 +00:00
parent db2ddb5dc5
commit 1f8e8db8fc

View File

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