blob: 3305fc6121e21411c1baf4051aa7d82eda68e2e7 [file] [log] [blame]
// Check that multiple compilation graphs are allowed.
// RUN: tblgen -I $srcroot/include --gen-llvmc %s
include "llvm/CompilerDriver/Common.td"
def Graph1 : CompilationGraph<[]>;
def Graph2 : CompilationGraph<[]>;
def Graph3 : CompilationGraph<[]>;