struct MCAssembler::VersionInfoType

Declaration

struct MCAssembler::VersionInfoType { /* full declaration omitted */ };

Description

MachO specific deployment target version info.

Declared at: llvm/include/llvm/MC/MCAssembler.h:101

Member Variables

public bool EmitBuildVersion
public union(unnamed union at / home / hdoc / tmp / llvm - project / llvm / include / llvm / MC / MCAssembler.h : 103 : 5) TypeOrPlatform
public unsigned int Major
public unsigned int Minor
public unsigned int Update
public llvm::VersionTuple SDKVersion
An optional version of the SDK that was used to build the source.