forked from OSchip/llvm-project
Reverted r138652, valgrind doesn't understand obj:*/tblgen.
llvm-svn: 138703
This commit is contained in:
parent
ba198e661e
commit
d22f9b395b
|
@ -1,6 +1,7 @@
|
||||||
// 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,4 +1,5 @@
|
||||||
// RUN: tblgen -I %p %s
|
// RUN: tblgen -I %p %s
|
||||||
|
// XFAIL: vg_leak
|
||||||
def BeforeInclude;
|
def BeforeInclude;
|
||||||
|
|
||||||
include "Include.inc"
|
include "Include.inc"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// RUN: tblgen < %s
|
// RUN: tblgen < %s
|
||||||
|
// XFAIL: vg_leak
|
||||||
|
|
||||||
/* foo
|
/* foo
|
||||||
|
|
||||||
|
|
|
@ -40,12 +40,6 @@
|
||||||
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,12 +45,6 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue