|
From: <sv...@va...> - 2006-04-12 22:53:27
|
Author: njn
Date: 2006-04-12 23:53:23 +0100 (Wed, 12 Apr 2006)
New Revision: 5846
Log:
Clarify the Helgrind-doesn't-work message.
Modified:
trunk/helgrind/hg_main.c
Modified: trunk/helgrind/hg_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/helgrind/hg_main.c 2006-04-12 17:15:35 UTC (rev 5845)
+++ trunk/helgrind/hg_main.c 2006-04-12 22:53:23 UTC (rev 5846)
@@ -3394,6 +3394,8 @@
" platforms introduced in Valgrind 3.0.0\n"
" (b) we need to get thread operation tracking working again after\n"
" the changes added in Valgrind 2.4.0\n"
+" If you want to use Helgrind, you'll have to use Valgrind 2.2.0, which =
is\n"
+" the most recent Valgrind release that contains a working Helgrind.\n"
"\n"
"Sorry for the inconvenience. Let us know if this is a problem for you.=
\n");
VG_(exit)(1);
|