[PM] Wire up support for printing assembly output from the opt command.
[oota-llvm.git] / test / TableGen / NestedForeach.td
index 5b63175b192ab0c027517732d9b96961fcf38e23..e8c16f720d0e8311cf5a79e6b52039715b33c8e3 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 class Droid<string series, int release, string model, int patchlevel> {
   string Series = series;