Refine the Dwarf writer timers so that they measure exception writing and debug
[llvm/msp430.git] / test / LLVMC / MultipleCompilationGraphs.td
blob3305fc6121e21411c1baf4051aa7d82eda68e2e7
1 // Check that multiple compilation graphs are allowed.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s
4 include "llvm/CompilerDriver/Common.td"
6 def Graph1 : CompilationGraph<[]>;
7 def Graph2 : CompilationGraph<[]>;
8 def Graph3 : CompilationGraph<[]>;