File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments