aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/EmptyCompilationGraph.td
blob: 934905b15e99d054e50b2eb6ce3f6477f5e80509 (plain)
1
2
3
4
5
6
7
// Check that the compilation graph can be empty.
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: %compile_cxx -fexceptions -x c++ %t

include "llvm/CompilerDriver/Common.td"

def Graph : CompilationGraph<[]>;