e5d5e9a64cdbb9036485a5fd4bcb288b38aafa6d
[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 -o %t
3 // RUN: %compile_cxx -fexceptions -x c++ %t
4 // XFAIL: vg_leak
5
6 include "llvm/CompilerDriver/Common.td"
7
8 def Graph : CompilationGraph<[]>;