]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Add configure option --enable-helgrind
authorAaron Merey <amerey@redhat.com>
Wed, 26 Mar 2025 19:26:58 +0000 (15:26 -0400)
committerAaron Merey <amerey@redhat.com>
Wed, 26 Mar 2025 21:01:24 +0000 (17:01 -0400)
commitffef16389c4506ccfbe304d0ee5fd714abfa0f5d
treee7a466773d3b49660aea9be0ad1439f0b4b88ffa
parent5580435eee04c44b8a7d93d30b58fa82a0cea539
Add configure option --enable-helgrind

Like --enable-valgrind but uses helgrind instead of memcheck.

If both --enable-valgrind and --enable-helgrind are given then
helgrind takes priority.

--enable-helgrind requires --enable-valgrind-annotations.

* configure.ac: Add --enable-helgrind option.
* tests/Makefile.am: If USE_HELGRIND is true, then include
--tool=helgrind in the valgrind command that tests are run
under.

Signed-off-by: Aaron Merey <amerey@redhat.com>
configure.ac
tests/Makefile.am