summaryrefslogtreecommitdiff
path: root/test/LLVMC/MultipleCompilationGraphs.td
blob: 64dbc9b1845c5f261efe1c17590d728f11e69add (plain)
1
2
3
4
5
6
7
8
// Check that multiple compilation graphs are allowed.
// RUN: tblgen -I %p/../../include --gen-llvmc %s

include "llvm/CompilerDriver/Common.td"

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