pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / LLVMC / EmptyCompilationGraph.td
blobb30f84c6e2a3be302037b8da867dab4fec3fba0a
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s
4 include "llvm/CompilerDriver/Common.td"
6 def Graph : CompilationGraph<[]>;