Skip to content

Commit

Permalink
Fix for llvm#96126, add BitmapBiasAddr to definitions for unsupport…
Browse files Browse the repository at this point in the history
…ed targets.
  • Loading branch information
chapuni authored and clementval committed Jul 31, 2024
1 parent 40010f6 commit 4c6d718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/lib/profile/InstrProfilingFile.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ static const int UseBiasVar = 0;
static const char *FileOpenMode = "a+b";
static void *BiasAddr = NULL;
static void *BiasDefaultAddr = NULL;
static void *BitmapBiasAddr = NULL;
static void *BitmapBiasDefaultAddr = NULL;
static int mmapForContinuousMode(uint64_t CurrentFileOffset, FILE *File) {
return 0;
}
Expand Down

0 comments on commit 4c6d718

Please sign in to comment.