• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Check that multiple compilation graphs are allowed.
2// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3// RUN: %compile_cxx %t
4// XFAIL: vg_leak
5
6include "llvm/CompilerDriver/Common.td"
7
8def Graph1 : CompilationGraph<[]>;
9def Graph2 : CompilationGraph<[]>;
10def Graph3 : CompilationGraph<[]>;
11