forked from OSchip/llvm-project
test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function
llvm-svn: 103372
This commit is contained in:
parent
b7e7f722a2
commit
da7d01404d
|
@ -31,6 +31,7 @@ bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
|
|||
void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
|
||||
raw_ostream &OS) const {
|
||||
|
||||
// standard sections don't require the '.section'
|
||||
if (ShouldOmitSectionDirective(SectionName, MAI)) {
|
||||
OS << '\t' << getSectionName() << '\n';
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue