2008-12-07 16:41:50 +00:00
|
|
|
// Check that the compilation graph can be empty.
|
2009-09-13 01:37:07 +00:00
|
|
|
// RUN: tblgen -I %p/../../include --gen-llvmc %s
|
2008-12-07 16:41:50 +00:00
|
|
|
|
|
|
|
include "llvm/CompilerDriver/Common.td"
|
|
|
|
|
|
|
|
def Graph : CompilationGraph<[]>;
|