git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111008
91177308-0d34-0410-b5e6-
96231b3b80d8
// Check that multiple plugin priorities are not allowed.
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
+// XFAIL: vg_leak
// Disable for Darwin PPC: <rdar://problem/7598390>
// XFAIL: powerpc-apple-darwin
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: FileCheck -input-file %t %s
// RUN: %compile_cxx -x c++ %t
+// XFAIL: vg_leak
include "llvm/CompilerDriver/Common.td"