Rewrite tests to not use Tcl substitution.
[oota-llvm.git] / test / LLVMC / EmptyCompilationGraph.td
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s
3
4 include "llvm/CompilerDriver/Common.td"
5
6 def Graph : CompilationGraph<[]>;