2008-03-23 08:57:20 +00:00
|
|
|
//===--- 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.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2008-05-06 16:34:12 +00:00
|
|
|
// Auto-generated tool descriptions - implementation.
|
2008-03-23 08:57:20 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2008-05-06 16:34:12 +00:00
|
|
|
#include "AutoGenerated.h"
|
|
|
|
#include "CompilationGraph.h"
|
|
|
|
#include "Tool.h"
|
2008-03-23 08:57:20 +00:00
|
|
|
|
2008-05-06 18:13:45 +00:00
|
|
|
#include "llvm/ADT/StringExtras.h"
|
2008-03-23 08:57:20 +00:00
|
|
|
#include "llvm/Support/CommandLine.h"
|
|
|
|
|
|
|
|
#include <stdexcept>
|
|
|
|
|
|
|
|
using namespace llvm;
|
2008-05-06 18:08:59 +00:00
|
|
|
using namespace llvmc;
|
2008-03-23 08:57:20 +00:00
|
|
|
|
2008-05-06 16:34:12 +00:00
|
|
|
// The auto-generated file
|
|
|
|
#include "AutoGenerated.inc"
|