Skip to content

Commit c770144

Browse files
committed
Update User's guide “convert-a-c++-program”
1 parent 0af489d commit c770144

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/users-guide/convert-a-c++-program.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ The Cilksan race detector can be used to check for race conditions in the parall
190190
```shell
191191
> clang++ qsort.cpp -o qsort –Og -g -fopencilk -fsanitize=cilk
192192
./qsort 10000000
193+
194+
Cilksan detected 0 distinct races.
195+
Cilksan suppressed 0 duplicate race reports.
196+
193197
```
194198

195199
The Cilksan race detector will report any race conditions present in the program and verify the absence of races in a race-free program. More detailed instructions about the use of Cilksan can be found [here](/doc/users-guide/getting-started/#using-cilksan).

0 commit comments

Comments
 (0)