Skip to content

Commit 5013c76

Browse files
authored
Update README.developers.md
Small wording changes to valgrind/sanitizers.
1 parent 364a22f commit 5013c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ LSAN_OPTIONS=suppressions=$VTR_ROOT/vpr/lsan.supp
940940
```
941941
where $VTR_ROOT is the root directory of your vtr source code tree.
942942

943-
Note that some of the continuous integration (CI) regtests run on pull requests turn on sanitizers (currently S: Basic and R: Odin-II Basic Tests)
943+
Note that some of the continuous integration (CI) regtests (run automatically on pull requests) turn on sanitizers (currently S: Basic and R: Odin-II Basic Tests)
944944

945945
## Valgrind
946946
An alternative way to run vtr programs to check for invalid memory accesses and memory leaks is to use the valgrind tool. valgrind can be run on any build except the sanitized build, without recompilation. For example, to run on vpr use
@@ -950,7 +950,7 @@ valgrind --leak-check=full --suppressions=./vpr/valgrind.supp ./vpr/vpr [... usu
950950
```
951951
The suppression file included in the command above will suppress reporting of known memory leaks in libraries included by vpr.
952952

953-
Note that valgrind is run on some flows by the continuous integration (CI) tests run on pull requests.
953+
Note that valgrind is run on some flows by the continuous integration (CI) tests.
954954

955955
## Assertion Levels
956956
VTR supports configurable assertion levels.

0 commit comments

Comments
 (0)