| //===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===// |
| // |
| // The LLVM Compiler Infrastructure |
| // |
| // This file is distributed under the University of Illinois Open |
| // Source License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| // |
| // Auto-generated tool descriptions. |
| // |
| //===----------------------------------------------------------------------===// |
| |
| #include "Tools.h" |
| #include "Core.h" |
| |
| #include "llvm/ADT/IntrusiveRefCntPtr.h" |
| #include "llvm/Support/CommandLine.h" |
| |
| #include <stdexcept> |
| #include <string> |
| #include <vector> |
| |
| using namespace llvm; |
| using namespace llvmcc; |
| |
| // Include the auto-generated file |
| #include "Tools.inc" |