From 94e3db4c9b2495acdcff37220e38cce9292bf3bd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 19 Jul 2023 05:51:24 +0000 Subject: [PATCH] Bug 1844200 - Update valgrind suppressions for rustc 1.71. r=firefox-build-system-reviewers,ahochheiden The involved symbol changed to _ZN3std3sys6common12thread_local10fast_local12Key$LT$T$GT$14try_initialize... Differential Revision: https://phabricator.services.mozilla.com/D183924 --- build/valgrind/cross-architecture.sup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/valgrind/cross-architecture.sup b/build/valgrind/cross-architecture.sup index fdc405874c7d..624c504b2827 100644 --- a/build/valgrind/cross-architecture.sup +++ b/build/valgrind/cross-architecture.sup @@ -150,7 +150,7 @@ match-leak-kinds: definite fun:malloc ... - fun:_ZN3std*thread*local*4fast12Key$LT$T$GT$14try_initialize* + fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize* ... fun:_ZN5style5bloom19StyleBloom$LT$E$GT$3new* ... @@ -161,7 +161,7 @@ match-leak-kinds: definite fun:malloc ... - fun:_ZN3std*thread*local*4fast12Key$LT$T$GT$14try_initialize* + fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize* ... fun:_ZN5style7sharing26StyleSharingCache$LT$E$GT$3new* ...