forked from OSchip/llvm-project
[Fix r262788] Fix missed prototype with the old llvm* name.
llvm-svn: 262927
This commit is contained in:
parent
39988a03a5
commit
facd697007
|
@ -11,7 +11,7 @@
|
|||
#include <string.h>
|
||||
|
||||
typedef struct ProfBufferIO ProfBufferIO;
|
||||
ProfBufferIO *llvmCreateBufferIOInternal(FILE *File, uint32_t DefaultBufferSz);
|
||||
ProfBufferIO *lprofCreateBufferIOInternal(FILE *File, uint32_t DefaultBufferSz);
|
||||
void lprofDeleteBufferIO(ProfBufferIO *BufferIO);
|
||||
|
||||
int lprofBufferIOWrite(ProfBufferIO *BufferIO, const char *Data, uint32_t Size);
|
||||
|
|
Loading…
Reference in New Issue