diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2016-03-08 14:22:13 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2016-03-08 14:22:13 +0000 |
| commit | facd697007d949d4e5696b093cfe193daa955727 (patch) | |
| tree | 0d3da21514ba380dddf14faa19bf1340a6049f87 /compiler-rt/test/profile/instrprof-bufferio.c | |
| parent | 39988a03a59b8d0878934cd797956f7a928097c2 (diff) | |
| download | bcm5719-llvm-facd697007d949d4e5696b093cfe193daa955727.tar.gz bcm5719-llvm-facd697007d949d4e5696b093cfe193daa955727.zip | |
[Fix r262788] Fix missed prototype with the old llvm* name.
llvm-svn: 262927
Diffstat (limited to 'compiler-rt/test/profile/instrprof-bufferio.c')
| -rw-r--r-- | compiler-rt/test/profile/instrprof-bufferio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-bufferio.c b/compiler-rt/test/profile/instrprof-bufferio.c index a55c8ab719a..b0d5d37b80b 100644 --- a/compiler-rt/test/profile/instrprof-bufferio.c +++ b/compiler-rt/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); |

