Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
[oota-llvm.git] / test / TableGen / MultiClassDefName.td
index 2e71f7d0616913b9e94ef0f25c595e6c78570e3c..296e30c7c788f330319acd22d8038db81a233751 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s | grep WorldHelloCC | count 1
+// RUN: llvm-tblgen %s | grep WorldHelloCC | count 1
+// XFAIL: vg_leak
 
 class C<string n> {
   string name = n;