1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

valgrind: Always suppress tblgen leaks.

I'll clean up the rest of the XFAIL: vg_leak lines if this works.

llvm-svn: 138652
This commit is contained in:
Andrew Trick 2011-08-26 20:41:20 +00:00
parent 400ec8bd8f
commit 0c3e000af1
5 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,6 @@
// Test that multiline, nested, comments work correctly.
//
// RUN: tblgen < %s
// XFAIL: vg_leak
/* Foo
bar

View File

@ -1,5 +1,4 @@
// RUN: tblgen -I %p %s
// XFAIL: vg_leak
def BeforeInclude;
include "Include.inc"

View File

@ -1,5 +1,4 @@
// RUN: tblgen < %s
// XFAIL: vg_leak
/* foo

View File

@ -40,6 +40,12 @@
obj:/usr/bin/python*
}
{
We don't care if tblgen leaks
Memcheck:Leak
obj:*/tblgen
}
{
We don't care about anything ld.so does.
Memcheck:Cond

View File

@ -45,6 +45,12 @@
obj:/usr/bin/python*
}
{
We don't care if tblgen leaks
Memcheck:Leak
obj:*/tblgen
}
{
We don't care about anything ld.so does.
Memcheck:Cond