diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-19 17:21:21 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-19 17:21:21 +0000 |
commit | a7031d3248345aaab5c319e68975e209c02bbfe9 (patch) | |
tree | c781b276b22c1db2239bec9e85a535a12f3d7689 | |
parent | 6f0c0b364b22870697d6a22d82e6eaa21d37965d (diff) |
buildbot/valgrind: Update RegisterPass false positive suppression for API
changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111529 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/valgrind/x86_64-pc-linux-gnu.supp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/valgrind/x86_64-pc-linux-gnu.supp b/utils/valgrind/x86_64-pc-linux-gnu.supp index 835cbbe5e1..2af4cbe6e9 100644 --- a/utils/valgrind/x86_64-pc-linux-gnu.supp +++ b/utils/valgrind/x86_64-pc-linux-gnu.supp @@ -2,8 +2,7 @@ False leak under RegisterPass Memcheck:Leak ... - fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE - fun:_ZN4llvm8PassInfo12registerPassEv + fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE } # Python false positives according to |