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:
parent
4a1dbf6b74
commit
4415a43b2f
@ -107,6 +107,8 @@ void MCSectionELF::PrintSwitchToSection(const TargetAsmInfo &TAI,
|
||||
OS << ",16";
|
||||
}
|
||||
}
|
||||
|
||||
OS << '\n';
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user