f1086418f1994cfa56c281c35b451c98422ee097
[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
4 // Disable for Darwin PPC: <rdar://problem/7598390>
5 // XFAIL: powerpc-apple-darwin
6
7 include "llvm/CompilerDriver/Common.td"
8
9 def Graph : CompilationGraph<[]>;
10
11 def Priority1 : PluginPriority<1>;
12
13 def Priority2 : PluginPriority<2>;