1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Improve documentation.

llvm-svn: 50768
This commit is contained in:
Gordon Henriksen 2008-05-06 19:17:01 +00:00
parent b2547a6c28
commit 464bfd405a

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