llvm-c ~master (2022-02-07T19:59:32.8983686)
Dub
Repo
LLVMWriteBitcodeToFile
deimos
llvm
c
bitwriter
Writes a module to the specified path. Returns 0 on success.
extern (
C
) nothrow
int
LLVMWriteBitcodeToFile
(
LLVMModuleRef
M
,
const
(
char
)*
Path
)
Meta
Source
See Implementation
deimos
llvm
c
bitwriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
Writes a module to the specified path. Returns 0 on success.