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)
commit31cfc707058ad3f470924cdb3c460c8f50ee76c3
treee348dcc2cde63effaa05a5b6ce6ab051b3326b39
parent7b672ed380cf44894f8b96c52558dcfc136af383
Add two new functions to the C API:

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

Patch by Moritz Maxeiner!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175199 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/IR/Core.cpp