pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / LLVMC / MultipleCompilationGraphs.td
blob64dbc9b1845c5f261efe1c17590d728f11e69add
1 // Check that multiple compilation graphs are allowed.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s
4 include "llvm/CompilerDriver/Common.td"
6 def Graph1 : CompilationGraph<[]>;
7 def Graph2 : CompilationGraph<[]>;
8 def Graph3 : CompilationGraph<[]>;