Anton Korobeynikov | ac67b7e | 2008-03-23 08:57:20 +0000 | [diff] [blame] | 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" |