commit | f4c2eee251597e552e83685ba634896aeb390130 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 09 15:31:10 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 09 15:31:10 2009 +0000 |
tree | 9f63e2310aa301c10f6f9fb1f15d0071a8c5c8d6 | |
parent | d9631912cf6cb944560f4ac37434e9c42da8ee82 [diff] [blame] |
always end a section with \n on elf. llvm-svn: 78534
diff --git a/llvm/lib/MC/MCSection.cpp b/llvm/lib/MC/MCSection.cpp index 80a80e7..65e86d3 100644 --- a/llvm/lib/MC/MCSection.cpp +++ b/llvm/lib/MC/MCSection.cpp
@@ -107,6 +107,8 @@ OS << ",16"; } } + + OS << '\n'; } //===----------------------------------------------------------------------===//