2008-12-08 00:41:50 +08:00
|
|
|
// Check that multiple compilation graphs are allowed.
|
2009-12-15 11:04:52 +08:00
|
|
|
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
2010-08-30 22:49:00 +08:00
|
|
|
// RUN: %compile_cxx %t
|
2010-03-21 16:12:46 +08:00
|
|
|
// XFAIL: vg_leak
|
2008-12-08 00:41:50 +08:00
|
|
|
|
|
|
|
include "llvm/CompilerDriver/Common.td"
|
|
|
|
|
|
|
|
def Graph1 : CompilationGraph<[]>;
|
|
|
|
def Graph2 : CompilationGraph<[]>;
|
|
|
|
def Graph3 : CompilationGraph<[]>;
|