Skip to content

Commit 8e10f3f

Browse files
Update compiler-rt/test/profile/instrprof-no-mmap-during-merging.c
Co-authored-by: Hubert Tong <[email protected]>
1 parent 99602d3 commit 8e10f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/profile/instrprof-no-mmap-during-merging.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// RUN: rm -f *.profraw
33
// RUN: %clang_pgogen %s -o a.out
44

5-
// Need to run a.out twice, the second time a merge will occur which will trigger an mmap.
5+
// Need to run a.out twice. On the second time, a merge will occur, which will
6+
// trigger an mmap.
67
// RUN: ./a.out
78
// RUN: llvm-profdata show default_*.profraw --all-functions --counts --memop-sizes 2>&1 | FileCheck %s -check-prefix=PROFDATA
89
// RUN: env LLVM_NO_MMAP=1 LLVM_PROFILE_VERBOSE=1 ./a.out 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)