]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add missing outer argument when self-hosting valgrind.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 18 Apr 2019 18:40:37 +0000 (20:40 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 18 Apr 2019 18:41:44 +0000 (20:41 +0200)
commitda00accdd791471f50af4e2613ef6a77508859f0
treee9bfdcd37339d1aebba565bd76251cdd312b31be
parentb4403d38c7242a26c50addfc7880f94b153ea7b9
Add missing outer argument when self-hosting valgrind.

The outer valgrind tries to run libc and libcxx free res functions
in the guest (which in case of self-hosting is a valgrind tool).
And that fails.

So, disable running such free res functions.
perf/vg_perf.in
tests/vg_regtest.in