b3746c03b6cb5c965aa078ef0c9a1ecb6dfd4601
[oota-llvm.git] / test / LLVMC / MultipleCompilationGraphs.td
1 // Check that multiple compilation graphs are allowed.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3 // RUN: %compile_cxx %t
4 // XFAIL: vg_leak
5
6 include "llvm/CompilerDriver/Common.td"
7
8 def Graph1 : CompilationGraph<[]>;
9 def Graph2 : CompilationGraph<[]>;
10 def Graph3 : CompilationGraph<[]>;