Skip to content

Commit 0680091

Browse files
Update compiler-rt/lib/profile/InstrProfilingUtil.c
Co-authored-by: Hubert Tong <[email protected]>
1 parent 153a141 commit 0680091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/profile/InstrProfilingUtil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ COMPILER_RT_VISIBILITY void lprofGetFileContentBuffer(FILE *F, uint64_t Length,
337337
}
338338

339339
if (getenv("LLVM_PROFILE_VERBOSE"))
340-
PROF_NOTE("Could not use mmap; using fread instead.%s\n", "");
340+
PROF_NOTE("%s\n", "Could not use mmap; using fread instead.");
341341

342342
void *Buffer = malloc(Length);
343343
if (!Buffer) {

0 commit comments

Comments
 (0)