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

include "llvm/CompilerDriver/Common.td"

def Graph : CompilationGraph<[]>;