summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-08-26 20:41:20 +0000
committerAndrew Trick <atrick@apple.com>2011-08-26 20:41:20 +0000
commitae5ea6cab040003f565775b132d243157b25a152 (patch)
tree67ca6f6ca42358740052f056960228ebf9ed0236 /utils
parent2b18881185b123e5f163eb7b32b3452fc3f339d8 (diff)
downloadllvm-ae5ea6cab040003f565775b132d243157b25a152.tar.gz
llvm-ae5ea6cab040003f565775b132d243157b25a152.tar.bz2
llvm-ae5ea6cab040003f565775b132d243157b25a152.tar.xz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/valgrind/i386-pc-linux-gnu.supp6
-rw-r--r--utils/valgrind/x86_64-pc-linux-gnu.supp6
2 files changed, 12 insertions, 0 deletions
diff --git a/utils/valgrind/i386-pc-linux-gnu.supp b/utils/valgrind/i386-pc-linux-gnu.supp
index ddd0a081f0..91c0ea12e8 100644
--- a/utils/valgrind/i386-pc-linux-gnu.supp
+++ b/utils/valgrind/i386-pc-linux-gnu.supp
@@ -41,6 +41,12 @@
}
{
+ We don't care if tblgen leaks
+ Memcheck:Leak
+ obj:*/tblgen
+}
+
+{
We don't care about anything ld.so does.
Memcheck:Cond
obj:/lib/ld*.so
diff --git a/utils/valgrind/x86_64-pc-linux-gnu.supp b/utils/valgrind/x86_64-pc-linux-gnu.supp
index 3d15d71470..1f09a2f711 100644
--- a/utils/valgrind/x86_64-pc-linux-gnu.supp
+++ b/utils/valgrind/x86_64-pc-linux-gnu.supp
@@ -46,6 +46,12 @@
}
{
+ We don't care if tblgen leaks
+ Memcheck:Leak
+ obj:*/tblgen
+}
+
+{
We don't care about anything ld.so does.
Memcheck:Cond
obj:/lib/ld*.so