1 // Check that tools without associated actions are accepted.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep dummy_tool
4 include "llvm/CompilerDriver/Common.td"
6 def dummy_tool : Tool<[
7 (cmd_line "dummy_cmd"),
12 def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>;