s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / UnsetBitInit.td
index 91342ecb96635ae3b0d3db55c5e0e36388e8bf6a..d232293d787256473f284c749b1a544704214a68 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
+// XFAIL: vg_leak
 class x {
   field bits<32> A;
 }