llvm-6502/test/LLVMC/EmptyCompilationGraph.td
2009-09-13 01:37:07 +00:00

7 lines
176 B
TableGen

// Check that the compilation graph can be empty.
// RUN: tblgen -I %p/../../include --gen-llvmc %s
include "llvm/CompilerDriver/Common.td"
def Graph : CompilationGraph<[]>;