Table of Contents

Method FromTriple

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

FromTriple(Triple)

Gets the target for a given target "triple" value

public static Target FromTriple(Triple triple)

Parameters

triple Triple

Target Triple describing the target

Returns

Target

Target for the given triple

FromTriple(LazyEncodedString)

Gets the target for a given target "triple" value

public static Target FromTriple(LazyEncodedString targetTriple)

Parameters

targetTriple LazyEncodedString

Target triple string describing the target

Returns

Target

Target for the given triple