mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Fix formatting of comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1107,10 +1107,8 @@ void DwarfDebug::endSections() {
|
|||||||
if (Section) {
|
if (Section) {
|
||||||
// We can't call MCSection::getLabelEndName, as it's only safe to do so
|
// We can't call MCSection::getLabelEndName, as it's only safe to do so
|
||||||
// if we know the section name up-front. For user-created sections, the
|
// if we know the section name up-front. For user-created sections, the
|
||||||
// resulting
|
// resulting label may not be valid to use as a label. (section names can
|
||||||
// label may not be valid to use as a label. (section names can use a
|
// use a greater set of characters on some systems)
|
||||||
// greater
|
|
||||||
// set of characters on some systems)
|
|
||||||
Sym = Asm->GetTempSymbol("debug_end", ID);
|
Sym = Asm->GetTempSymbol("debug_end", ID);
|
||||||
Asm->OutStreamer.SwitchSection(Section);
|
Asm->OutStreamer.SwitchSection(Section);
|
||||||
Asm->OutStreamer.EmitLabel(Sym);
|
Asm->OutStreamer.EmitLabel(Sym);
|
||||||
|
Reference in New Issue
Block a user