LLVMGetTargetFromTriple

Finds the target corresponding to the given triple and stores it in \p T. Returns 0 on success. Optionally returns any error in ErrorMessage. Use LLVMDisposeMessage to dispose the message.

extern (C) nothrow
LLVMBool
LLVMGetTargetFromTriple
(
const(char)* Triple
,,)

Meta