blob: f4a304730c52e4d20a22c1d57dd403525f793c33 [file] [log] [blame]
Mikhail Glushenkov15dcc2a2008-12-07 16:41:50 +00001// Check that the compilation graph can be empty.
2// RUN: tblgen -I $srcroot/include --gen-llvmc %s
3
4include "llvm/CompilerDriver/Common.td"
5
6def Graph : CompilationGraph<[]>;