Method FromTriple
FromTriple(Triple)
Gets the target for a given target "triple" value
Declaration
public static Target FromTriple(Triple triple)
public static Target FromTriple(Triple triple)
Parameters
Returns
Target | Target for the given triple |
FromTriple(String)
Gets the target for a given target "triple" value
Declaration
public static Target FromTriple(string targetTriple)
public static Target FromTriple(string targetTriple)
Parameters
String | targetTriple | Target triple string describing the target |
Returns
Target | Target for the given triple |