summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-bufferio.c
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2016-03-08 14:22:13 +0000
committerFilipe Cabecinhas <me@filcab.net>2016-03-08 14:22:13 +0000
commit399bdbb5274d29a2c48fe6df0896b7b5c4574b05 (patch)
treef17548b517847e83722e50a46c3d650bf0b0ad62 /test/profile/instrprof-bufferio.c
parentbba803fff31b2d242434ca1772fef9d1fb29ba2f (diff)
[Fix r262788] Fix missed prototype with the old llvm* name.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-bufferio.c')
-rw-r--r--test/profile/instrprof-bufferio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-bufferio.c b/test/profile/instrprof-bufferio.c
index a55c8ab71..b0d5d37b8 100644
--- a/test/profile/instrprof-bufferio.c
+++ b/test/profile/instrprof-bufferio.c
@@ -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);