mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
valgrind: Always suppress tblgen leaks.
I'll clean up the rest of the XFAIL: vg_leak lines if this works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138652 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
// Test that multiline, nested, comments work correctly.
|
// Test that multiline, nested, comments work correctly.
|
||||||
//
|
//
|
||||||
// RUN: tblgen < %s
|
// RUN: tblgen < %s
|
||||||
// XFAIL: vg_leak
|
|
||||||
|
|
||||||
/* Foo
|
/* Foo
|
||||||
bar
|
bar
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
// RUN: tblgen -I %p %s
|
// RUN: tblgen -I %p %s
|
||||||
// XFAIL: vg_leak
|
|
||||||
def BeforeInclude;
|
def BeforeInclude;
|
||||||
|
|
||||||
include "Include.inc"
|
include "Include.inc"
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
// RUN: tblgen < %s
|
// RUN: tblgen < %s
|
||||||
// XFAIL: vg_leak
|
|
||||||
|
|
||||||
/* foo
|
/* foo
|
||||||
|
|
||||||
|
@@ -40,6 +40,12 @@
|
|||||||
obj:/usr/bin/python*
|
obj:/usr/bin/python*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
We don't care if tblgen leaks
|
||||||
|
Memcheck:Leak
|
||||||
|
obj:*/tblgen
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
We don't care about anything ld.so does.
|
We don't care about anything ld.so does.
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
|
@@ -45,6 +45,12 @@
|
|||||||
obj:/usr/bin/python*
|
obj:/usr/bin/python*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
We don't care if tblgen leaks
|
||||||
|
Memcheck:Leak
|
||||||
|
obj:*/tblgen
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
We don't care about anything ld.so does.
|
We don't care about anything ld.so does.
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
|
Reference in New Issue
Block a user