 | TargetFromTriple 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
Syntaxpublic static Target FromTriple(
string targetTriple
)
Parameters
- targetTriple
- Type: SystemString
Target triple string describing the target
Return Value
Type:
TargetTarget for the given triple
See Also