sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
LLVMWriteBitcodeToFile
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
llvm
c
bitWriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
LLVMWriteBitcodeToMemoryBuffer
Writes a module to the specified path. Returns 0 on success.