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