Have ARM ELF use correct reloc for "b" instr.
[oota-llvm.git] / test / TableGen / cast.td
index 4a771ae874fc6af44c21837ba332a56d86a1928e..8a23eb4cc91f5309cf0c4745be1108c7574f8b70 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s | grep {add_ps} | count 3
+// RUN: llvm-tblgen %s | grep {add_ps} | count 3
+// XFAIL: vg_leak
 
 class ValueType<int size, int value> {
   int Size = size;