Files
clamav/libclamav/c++/llvm/test/LLVMC/EmptyCompilationGraph.td
2009-08-31 11:39:46 +03:00

7 lines
176 B
TableGen

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