Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / TableGen / MultiClassDefName.td
index 2e71f7d0616913b9e94ef0f25c595e6c78570e3c..138c93d9bb0c408cc7e707bb377ae7a58bf37e54 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s | grep WorldHelloCC | count 1
+// XFAIL: vg_leak
 
 class C<string n> {
   string name = n;