Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / LLVMC / EmptyCompilationGraph.td
bloba52b8a8c19905526875a57d587f2fbb6abc63228
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3 // RUN: %compile_cxx %t
4 // XFAIL: vg_leak
6 include "llvm/CompilerDriver/Common.td"
8 def Graph : CompilationGraph<[]>;