llvm-mc: Parse symbol attribute directives.
[oota-llvm.git] / test / LLVMC / MultipleCompilationGraphs.td
1 // Check that multiple compilation graphs are allowed.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s
3
4 include "llvm/CompilerDriver/Common.td"
5
6 def Graph1 : CompilationGraph<[]>;
7 def Graph2 : CompilationGraph<[]>;
8 def Graph3 : CompilationGraph<[]>;