summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/MultipleCompilationGraphs.td
blob: 3305fc6121e21411c1baf4051aa7d82eda68e2e7 (plain)
1
2
3
4
5
6
7
8
// 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<[]>;
OpenPOWER on IntegriCloud