llvm-6502/test/LLVMC/EmptyCompilationGraph.td
2010-01-27 07:10:10 +00:00

8 lines
245 B
TableGen

// 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<[]>;