[llvm] r179646 - C API: Add LLVMGetBufferStart()

Tom Stellard tom at stellard.net
Thu Apr 18 12:58:24 PDT 2013


On Tue, Apr 16, 2013 at 07:28:51PM -0400, Sean Silva wrote:
> +const char* LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf);
> 
> Why * on the left?
> 

This was a mistake, thanks for spotting it.  I fixed it in r179785.

-Tom




More information about the llvm-commits mailing list