Method FromTriple
FromTriple(Triple)
Gets the target for a given target "triple" value
Declaration
public static Target FromTriple(Triple triple)
Parameters
public static Target FromTriple(Triple triple)
Triple | triple | Target Triple describing the target |
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)
Parameters
public static Target FromTriple(string targetTriple)
String | targetTriple | Target triple string describing the target |
Returns
Target | Target for the given triple |