aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/EmptyCompilationGraph.td
blob: 03328d8d1c10e6edbd43a6f508382209f72be1a1 (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 -Qunused-arguments -fexceptions -x c++ %t

include "llvm/CompilerDriver/Common.td"

def Graph : CompilationGraph<[]>;