XFAIL these tests on powerpc, under the assumption that no one cares. If you care...
[oota-llvm.git] / test / LLVMC / MultiplePluginPriorities.td
1 // Check that multiple plugin priorities are not allowed.
2 // RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
3 // XFAIL: powerpc-apple-darwin
4
5 include "llvm/CompilerDriver/Common.td"
6
7 def Graph : CompilationGraph<[]>;
8
9 def Priority1 : PluginPriority<1>;
10
11 def Priority2 : PluginPriority<2>;