mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Improve documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0ff9ae91e
commit
919852b0e6
@ -28,7 +28,8 @@ extern "C" {
|
||||
|
||||
/*===-- Operations on modules ---------------------------------------------===*/
|
||||
|
||||
/* Writes a module to an open file descriptor. Returns 0 on success. */
|
||||
/* Writes a module to an open file descriptor. Returns 0 on success.
|
||||
Closes the Handle. Use dup first if this is not what you want. */
|
||||
int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
|
||||
|
||||
/* Writes a module to the specified path. Returns 0 on success. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user