Click or drag to resize
Llvm.NET LogoTargetFromTriple Method

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

Gets the target for a given target "triple" value

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static Target FromTriple(
	string targetTriple
)

Parameters

targetTriple
Type: SystemString
Target triple string describing the target

Return Value

Type: Target
Target for the given triple
See Also