llvm::MCAsmInfo::BinutilsVersion

Minimum GNU binutils version whose ELF features may be assumed.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

std::pair<int, int> BinutilsVersion = = {2, 26};

Description

Generated object files can use all ELF features supported by GNU ld of this binutils version and later. INT_MAX means all features can be used, regardless of GNU ld support. The default value is referenced by clang/Options/Options.td.