mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
s/bool/LLVMBool/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
951d361c28
commit
296756a2b5
@ -2551,7 +2551,7 @@ LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
|
|||||||
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
|
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
|
||||||
size_t InputDataLength,
|
size_t InputDataLength,
|
||||||
const char *BufferName,
|
const char *BufferName,
|
||||||
bool RequiresNullTerminator);
|
LLVMBool RequiresNullTerminator);
|
||||||
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
|
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
|
||||||
size_t InputDataLength,
|
size_t InputDataLength,
|
||||||
const char *BufferName);
|
const char *BufferName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user