LLVMPrintModuleToFile

Print a representation of a module to a file. The ErrorMessage needs to be disposed with LLVMDisposeMessage. Returns 0 on success, 1 otherwise.

@see Module::print()

extern (C) nothrow
LLVMBool
LLVMPrintModuleToFile
(
LLVMModuleRef M
,
const(char)* Filename
,)

Meta