15 : Name(_Name),
ShortName(_ShortName), TheToolChain(TC) {}
23 const llvm::opt::ArgList &TCArgs,
24 const char *LinkingOutput)
const {
25 assert(Outputs.size() == 1 &&
"Expected only one output by default!");
26 ConstructJob(
C, JA, Outputs.front(), Inputs, TCArgs, LinkingOutput);
Compilation - A set of tasks to perform for a single driver invocation.