aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/MultipleCompilationGraphs.td
blob: 9702248b572913510b32c37acb1371cb650c067a (plain)
1
2
3
4
5
6
7
8
9
// Check that multiple compilation graphs are allowed.
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: %compile_cxx -fexceptions -x c++ %t

include "llvm/CompilerDriver/Common.td"

def Graph1 : CompilationGraph<[]>;
def Graph2 : CompilationGraph<[]>;
def Graph3 : CompilationGraph<[]>;