llvm::MCAsmInfo::HasFunctionAlignment

True if the target allows .align directives on functions.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool HasFunctionAlignment = true;

Description

This is true for most targets, so defaults to true.