commit | 6b278de7711ba5691e25ac1492e942778ef02aad | [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 | b05dd2f5c646c0479c60e93fb1f4a51ee027aab0 | |
parent | fcf8e64bc56594e14b8abe5e953cec8ecaa836e5 [diff] [blame] |
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
diff --git a/lib/MC/MCSection.cpp b/lib/MC/MCSection.cpp index 80a80e7..65e86d3 100644 --- a/lib/MC/MCSection.cpp +++ b/lib/MC/MCSection.cpp
@@ -107,6 +107,8 @@ OS << ",16"; } } + + OS << '\n'; } //===----------------------------------------------------------------------===//