Mikhail Glushenkov | d652ea0 | 2008-12-07 16:41:50 +0000 | [diff] [blame] | 1 | // Check that multiple compilation graphs are allowed. |
2 | // RUN: tblgen -I $srcroot/include --gen-llvmc %s | ||||
3 | |||||
4 | include "llvm/CompilerDriver/Common.td" | ||||
5 | |||||
6 | def Graph1 : CompilationGraph<[]>; | ||||
7 | def Graph2 : CompilationGraph<[]>; | ||||
8 | def Graph3 : CompilationGraph<[]>; |