MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.
[oota-llvm.git] / test / TableGen / ListManip.td
index c221bb1335b627ff89e4cfcc2734472caf1d0417..55fb5ea85a0574f462b976fe30729feb54145682 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: tblgen %s
+// XFAIL: vg_leak
+
 class Bli<string _t>
 {
   string t = _t;