summaryrefslogtreecommitdiff
path: root/test/TableGen/LazyChange.td
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-03-20 23:08:45 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-03-20 23:08:45 +0000
commit32989deb9641cf3878686b5634311a7a125f8f02 (patch)
treef960a33dda54f5db353abc6b301be29a7cbe4dcb /test/TableGen/LazyChange.td
parentf2de13f8d7bed958538bbd9dbeb9b15ea48456cc (diff)
downloadllvm-32989deb9641cf3878686b5634311a7a125f8f02.tar.gz
llvm-32989deb9641cf3878686b5634311a7a125f8f02.tar.bz2
llvm-32989deb9641cf3878686b5634311a7a125f8f02.tar.xz
Add support for XFAILing valgrind runs with memory leak checking independently
of runs without leak checking. We add -vg to the triple for non-checked runs, or -vg_leak for checked runs. Also use this to XFAIL the TableGen tests, since tablegen leaks like a sieve. This includes some valgrindArgs refactoring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/LazyChange.td')
-rw-r--r--test/TableGen/LazyChange.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/LazyChange.td b/test/TableGen/LazyChange.td
index 145fd0bb79..fa53562b8c 100644
--- a/test/TableGen/LazyChange.td
+++ b/test/TableGen/LazyChange.td
@@ -1,5 +1,5 @@
// RUN: tblgen %s | grep {int Y = 3}
-
+// XFAIL: vg_leak
class C {
int X = 4;