Convert llvmc tests to FileCheck.
[oota-llvm.git] / test / LLVMC / MultipleCompilationGraphs.td
1 // Check that multiple compilation graphs are allowed.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3 // RUN: %compile_cxx -fexceptions -x c++ %t
4
5 include "llvm/CompilerDriver/Common.td"
6
7 def Graph1 : CompilationGraph<[]>;
8 def Graph2 : CompilationGraph<[]>;
9 def Graph3 : CompilationGraph<[]>;