ΒΆint LLVMWriteBitcodeToFile(LLVMModuleRef M,
                           const char* Path)

Description

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

Declared at: llvm/include/llvm-c/BitWriter.h:37

Parameters

LLVMModuleRef M
const char* Path