diff options
Diffstat (limited to 'llvm/test/TableGen/lisp.td')
-rw-r--r-- | llvm/test/TableGen/lisp.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/lisp.td b/llvm/test/TableGen/lisp.td index d753fbd299c..9e586055ff9 100644 --- a/llvm/test/TableGen/lisp.td +++ b/llvm/test/TableGen/lisp.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s +// XFAIL: vg_leak // CHECK: def One { // CHECK-NEXT: list<string> names = ["Jeffrey Sinclair"]; |