mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +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…
Reference in New Issue
Block a user