Skip to content

Commit da7d014

Browse files
committed
test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function
llvm-svn: 103372
1 parent b7e7f72 commit da7d014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/MC/MCSectionCOFF.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
3131
void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
3232
raw_ostream &OS) const {
3333

34+
// standard sections don't require the '.section'
3435
if (ShouldOmitSectionDirective(SectionName, MAI)) {
3536
OS << '\t' << getSectionName() << '\n';
3637
return;

0 commit comments

Comments
 (0)