Improve documentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gordon Henriksen 2008-05-06 19:17:01 +00:00
parent e0ff9ae91e
commit 919852b0e6

View File

@ -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. */