LLVMSetTarget

Set the target triple for a module.

@see Module::setTargetTriple()

extern (C) nothrow
void
LLVMSetTarget
(
LLVMModuleRef M
,
const(char)* Triple
)

Meta