mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
![Mike Hommey](/assets/img/avatar_default.png)
And add suppressions for the new errors that this adds to the valgrind run. It's not clear if it's a legitimate thing that LLVM does that valgrind doesn't cope with, like many others, but the fact is running valgrind on a PGO/LTO build doesn't show these errors, so we're not actually shipping them anyways (but does show _different_ errors that we don't see on the build the valgrind jobs do) Differential Revision: https://phabricator.services.mozilla.com/D81016