llvm::MCAsmInfo::SunStyleELFSectionSwitchSyntax

This is true if this target uses "Sun Style" syntax for section switching ("#alloc,#write" etc) instead of the normal ELF syntax (,"a,w") in .section directives. Defaults to false.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool SunStyleELFSectionSwitchSyntax = false;