Skip to content

Commit 686b628

Browse files
committed
Update formatting
1 parent 3cf7324 commit 686b628

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/lib/MC/MCGOFFStreamer.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ void MCGOFFStreamer::initSections(bool NoExecStack,
3434
StringRef FileName = Ctx.getMainFileName();
3535
RootSDName = Twine(FileName).concat("#C").str();
3636
ADAPRName = Twine(FileName).concat("#S").str();
37-
MCSectionGOFF *TextSection = static_cast<MCSectionGOFF *>(Ctx.getObjectFileInfo()->getTextSection());
38-
MCSectionGOFF *ADASection = static_cast<MCSectionGOFF *>(Ctx.getObjectFileInfo()->getADASection());
37+
MCSectionGOFF *TextSection =
38+
static_cast<MCSectionGOFF *>(Ctx.getObjectFileInfo()->getTextSection());
39+
MCSectionGOFF *ADASection =
40+
static_cast<MCSectionGOFF *>(Ctx.getObjectFileInfo()->getADASection());
3941
TextSection->setSDName(RootSDName);
4042
ADASection->setLDorPRName(ADAPRName);
4143
ADASection->setADA();

0 commit comments

Comments
 (0)