llvm.config

Undocumented in source.

Members

Functions

asVersion
ulong asVersion(ushort major, ushort minor, ushort patch)

Makes an ordered identifier from a major, minor, and patch number

Variables

LLVM_AsmParsers
auto LLVM_AsmParsers;

LLVM Targets with AsmParser capability (if enabled)

LLVM_AsmPrinters
auto LLVM_AsmPrinters;

LLVM Targets with AsmPrinter capability (if enabled)

LLVM_Disassemblers
auto LLVM_Disassemblers;

LLVM Targets with Disassembler capability (if enabled)

LLVM_NativeTarget
auto LLVM_NativeTarget;

LLVM Target that corresponds to the native architecture (if enabled)

LLVM_Targets
auto LLVM_Targets;

LLVM Targets that can be used (enable target Name via version LLVM_Target_Name)

LLVM_Version
auto LLVM_Version;

LLVM Version that llvm-d was compiled against

LLVM_VersionString
auto LLVM_VersionString;

LLVM Version that llvm-d was compiled against as a string

LLVM_Versions
auto LLVM_Versions;

LLVM Versions that llvm-d supports

Meta