We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e7f72 commit da7d014Copy full SHA for da7d014
llvm/lib/MC/MCSectionCOFF.cpp
@@ -31,6 +31,7 @@ bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
31
void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
32
raw_ostream &OS) const {
33
34
+ // standard sections don't require the '.section'
35
if (ShouldOmitSectionDirective(SectionName, MAI)) {
36
OS << '\t' << getSectionName() << '\n';
37
return;
0 commit comments