blob: 7a9921c54b725689f3ed3f54a5cef91e7ee83c8b [file] [log] [blame]
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +00001//===--- 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
24using namespace llvm;
25using namespace llvmcc;
26
27// Include the auto-generated file
28#include "Tools.inc"