summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/EmptyCompilationGraph.td
blob: b30f84c6e2a3be302037b8da867dab4fec3fba0a (plain)
1
2
3
4
5
6
// Check that the compilation graph can be empty.
// RUN: tblgen -I %p/../../include --gen-llvmc %s

include "llvm/CompilerDriver/Common.td"

def Graph : CompilationGraph<[]>;
OpenPOWER on IntegriCloud