blob: 9b0255cefc81b471cfd00b86b740fb85b7ec24aa [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//
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +000010// Auto-generated tool descriptions - implementation.
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000011//
12//===----------------------------------------------------------------------===//
13
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +000014#include "AutoGenerated.h"
15#include "CompilationGraph.h"
16#include "Tool.h"
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000017
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000018#include "llvm/Support/CommandLine.h"
19
20#include <stdexcept>
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000021
22using namespace llvm;
Mikhail Glushenkovbe9d9a12008-05-06 18:08:59 +000023using namespace llvmc;
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000024
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +000025// The auto-generated file
26#include "AutoGenerated.inc"