Open Oppen opened 3 months ago
Since 3.20 Valgrind defaults cachegrind's behavior to --cache-sim=no, which broke IAI. Passing --cache-sim=yes explicitly should solve this.
--cache-sim=no
--cache-sim=yes
Since 3.20 Valgrind defaults cachegrind's behavior to
--cache-sim=no
, which broke IAI. Passing--cache-sim=yes
explicitly should solve this.