llvm-6502/test/LLVMC/EmptyCompilationGraph.td

7 lines
176 B
TableGen
Raw Normal View History

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