Click or drag to resize
Llvm.NET LogoTargetRegistrations Enumeration

[This is preliminary documentation and is subject to change.]

Target tools to register/enable

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
[FlagsAttribute]
public enum TargetRegistrations
Members
  Member nameValueDescription
None0Register nothing
Target1Register the Target class
TargetInfo2Register the Target info for the target
TargetMachine4Register the target machine(s) for a target
AsmPrinter8Registers the assembly source code generator for a target
Disassembler16Registers the Disassembler for a target
AsmParser32Registers the assembly source parser for a target
CodeGen7Registers all the code generation components
All63Registers all components
See Also