1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/LLVMC/EmptyCompilationGraph.td
2009-09-13 01:37:07 +00:00

7 lines
176 B
TableGen

// Check that the compilation graph can be empty.
// RUN: tblgen -I %p/../../include --gen-llvmc %s
include "llvm/CompilerDriver/Common.td"
def Graph : CompilationGraph<[]>;