Skip to content

Commit

Permalink
Add a suppressions file for an intermittent "leak" under RegisterPass.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103100 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jyasskin committed May 5, 2010
1 parent 08a408a commit 91dd419
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/valgrind/register_pass.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
False leak under RegisterPass
Memcheck:Leak
...
fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE
fun:_ZN4llvm8PassInfo12registerPassEv
}

0 comments on commit 91dd419

Please sign in to comment.