Table of Contents

Property SupportedTargets

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

SupportedTargets

Gets the supported targets for this library

ImmutableArray<CodeGenTarget> SupportedTargets { get; }

Property Value

ImmutableArray<CodeGenTarget>

Remarks

This is a simple set of enumerated values for the known targets supported by the library. It is distinct from the registered targets. Registration of each top level enumerated target may indeed register support for more targets (e.g., ARM includes thumb big and little endian targets).