LLVMWriteBitcodeToFile

Writes a module to the specified path. Returns 0 on success.

extern (C) nothrow
int
LLVMWriteBitcodeToFile
(
LLVMModuleRef M
,
const(char)* Path
)

Meta