Skip to content

Commit 37581cf

Browse files
committed
Fix accidental line removal.
1 parent 94f7af1 commit 37581cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/MC/MCObjectFileInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) {
571571
GOFF::ESD_LB_Initial, GOFF::ESD_RQ_0,
572572
GOFF::ESD_ALIGN_Doubleword, 0},
573573
RootSDSection);
574+
574575
MCSectionGOFF *PPA2ListEDSection = Ctx->getGOFFSection(
575576
SectionKind::getMetadata(), GOFF::CLASS_PPA2,
576577
GOFF::EDAttr{true, GOFF::RMODE, GOFF::ESD_NS_Parts,

0 commit comments

Comments
 (0)