If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number of bytes to align to. Otherwise, it emits ".align log2(N)", e.g. 3 to align to an 8 byte boundary. Defaults to true.
Synopsis
Declared in <llvm/MC/MCAsmInfo.h>
bool AlignmentIsInBytes = true;
Created with MrDocs