Add first proof-of-concept universal compiler driver framework based
[oota-llvm.git] / tools / llvmc2 / Tools.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.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #include "Tools.h"
15 #include "Core.h"
16
17 #include "llvm/ADT/IntrusiveRefCntPtr.h"
18 #include "llvm/Support/CommandLine.h"
19
20 #include <stdexcept>
21 #include <string>
22 #include <vector>
23
24 using namespace llvm;
25 using namespace llvmcc;
26
27 // Include the auto-generated file
28 #include "Tools.inc"