Function nvvm::sys::nvvmGetProgramLog[][src]

pub unsafe extern "C" fn nvvmGetProgramLog(
    prog: nvvmProgram,
    buffer: *mut c_char
) -> nvvmResult
Expand description

\ingroup compilation \brief Get the Compiler/Verifier Message

The NULL terminated message string is stored in the memory pointed by ‘buffer’ when the return value is NVVM_SUCCESS.

\param [in] prog NVVM program program. \param [out] buffer Compilation/Verification log. \return

  • \link ::nvvmResult NVVM_SUCCESS \endlink
  • \link ::nvvmResult NVVM_ERROR_INVALID_PROGRAM \endlink