Fix PR4834, a tricky case where the inliner would resolve an
[oota-llvm.git] / test / LLVMC / EmptyCompilationGraph.td
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s
3
4 include "llvm/CompilerDriver/Common.td"
5
6 def Graph : CompilationGraph<[]>;