Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This directory contains pre-built valgrind binaries which can be used with | |
| 2 NaCl. They can be updated from the ThreadSanitizer buildbot: | |
| 3 wget http://build.chromium.org/p/client.tsan/binaries/memcheck-r${REV}-amd64 only-linux-self-contained.sh -O memcheck | |
| 4 wget http://build.chromium.org/p/client.tsan/binaries/tsan-r${REV}-amd64only -linux-self-contained.sh -O tsan | |
| 5 | |
| 6 Source code for these tools is available at: | |
| 7 http://code.google.com/p/valgrind-variant | |
| 8 http://code.google.com/p/data-race-test | |
| 9 | |
| 10 To find out the exact revision of the binaries, see "svn log". | |
|
Mark Seaborn
2011/04/13 06:26:48
OK, if I do that, I find:
Evgeniy Stepanov
2011/04/13 12:48:20
Yes, the current binary was built manually with a
| |
| 11 | |
| OLD | NEW |