diff options
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r-- | lib/IR/Core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp index 10f870c71f..79eb269206 100644 --- a/lib/IR/Core.cpp +++ b/lib/IR/Core.cpp @@ -2373,7 +2373,7 @@ LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange( const char *InputData, size_t InputDataLength, const char *BufferName, - bool RequiresNullTerminator) { + LLVMBool RequiresNullTerminator) { return wrap(MemoryBuffer::getMemBuffer( StringRef(InputData, InputDataLength), |