freebsd_amp_hwpstate/test/LLVMC/EmptyCompilationGraph.td

7 lines
176 B
TableGen
Raw Normal View History

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