X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTableGen%2FTreeNames.td;h=b224e909f88212086f817002d3dc94ad856aaa75;hb=8921bbca59c0ab2bc63988558a38c9546c638755;hp=05a3298adb7f6a4ff236015334a61d9f8e2bf303;hpb=a4a53a5b93e3d989f52d8eaa5f19947995f9424f;p=oota-llvm.git diff --git a/test/TableGen/TreeNames.td b/test/TableGen/TreeNames.td index 05a3298adb7..b224e909f88 100644 --- a/test/TableGen/TreeNames.td +++ b/test/TableGen/TreeNames.td @@ -1,5 +1,6 @@ // This tests to make sure we can parse tree patterns with names. -// RUN: tblgen %s +// RUN: llvm-tblgen %s +// XFAIL: vg_leak class TreeNode; class RegisterClass;