//===- Example.td - LLVMCC toolchain descriptions ---------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file contains compilation graph description used by llvmcc. // //===----------------------------------------------------------------------===// include "Common.td" include "Tools.td" // Toolchains def CompilationGraph : CompilationGraph<[ Edge, Edge, Edge, Edge, Edge, Edge, Edge, OptionalEdge, OptionalEdge, OptionalEdge, Edge, Edge, Edge, OptionalEdge, Edge, OptionalEdge ]>;