blob: 3305fc6121e21411c1baf4051aa7d82eda68e2e7 [file] [log] [blame]
Mikhail Glushenkovd652ea02008-12-07 16:41:50 +00001// Check that multiple compilation graphs are allowed.
2// RUN: tblgen -I $srcroot/include --gen-llvmc %s
3
4include "llvm/CompilerDriver/Common.td"
5
6def Graph1 : CompilationGraph<[]>;
7def Graph2 : CompilationGraph<[]>;
8def Graph3 : CompilationGraph<[]>;