Code reorg
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.cpp
1 //===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open
6 // Source License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 //  Auto-generated tool descriptions - implementation.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #include "AutoGenerated.h"
15 #include "CompilationGraph.h"
16 #include "Tool.h"
17
18 #include "llvm/Support/CommandLine.h"
19
20 #include <stdexcept>
21
22 using namespace llvm;
23 using namespace llvmcc;
24
25 // The auto-generated file
26 #include "AutoGenerated.inc"