True if .section must precede .bss on this target.
Synopsis
Declared in <llvm/MC/MCAsmInfo.h>
bool UsesELFSectionDirectiveForBSS = false;
Description
This is true if this target uses ELF '.section' directive before the '.bss' one. It's used for PPC/Linux which doesn't support the '.bss' directive only. Defaults to false.
Created with MrDocs