]> granicus.if.org Git - clang/commit
The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames
authorSam Bishop <sam@bishop.dhs.org>
Sun, 23 Mar 2008 03:42:18 +0000 (03:42 +0000)
committerSam Bishop <sam@bishop.dhs.org>
Sun, 23 Mar 2008 03:42:18 +0000 (03:42 +0000)
commit4cc34cbe1c4983b6484701509699be22d5256138
tree1073144c1a65005e8cb90abb3d483f31d9860a2d
parent5fb5c6afbb331b87c638fad42f5b37ed697e5580
The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames
by default.  Adding a %p works with this new version and is backwards
compatible, though it looks a little funny.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48698 91177308-0d34-0410-b5e6-96231b3b80d8
test/TestRunner.sh