//===- Base.td - LLVMC2 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 llvmc2. // //===----------------------------------------------------------------------===// include "llvm/CompilerDriver/Common.td" include "llvm/CompilerDriver/Tools.td" // Toolchains def CompilationGraph : CompilationGraph<[ Edge, Edge, Edge, Edge, Edge, Edge, Edge, OptionalEdge, OptionalEdge, OptionalEdge, Edge, Edge, Edge, OptionalEdge, Edge, OptionalEdge ]>;