Add two new functions to the C API:
authorBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 19:11:28 +0000 (19:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 19:11:28 +0000 (19:11 +0000)
commit526276af71b7102fce756eea603388e4dab4c082
treea458d19b16dd78383ebe48eac19681b15e09b735
parent0ee809b71c76bef9dd1d9dbbf4b6a266baf9d522
Add two new functions to the C API:

 LLVMCreateMemoryBufferWithMemoryRange - exposes MemoryBuffer::getMemBuffer
 LLVMCreateMemoryBufferWithMemoryRangeCopy - exposes MemoryBuffer::getMemBufferCopy

Patch by Moritz Maxeiner!

llvm-svn: 175199
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp