2008-05-30 06:20:54 +00:00
|
|
|
//===--- AutoGenerated.cpp - The LLVM Compiler Driver -----------*- C++ -*-===//
|
2008-03-23 08:57:20 +00:00
|
|
|
//
|
|
|
|
// 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"
|
|
|
|
|
2008-05-30 06:12:24 +00:00
|
|
|
#include <cstdlib>
|
2008-03-23 08:57:20 +00:00
|
|
|
#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-30 06:19:52 +00:00
|
|
|
namespace llvmc {
|
|
|
|
extern LanguageMap GlobalLanguageMap;
|
|
|
|
extern const std::string& GetLanguage(const sys::Path& File);
|
|
|
|
}
|
|
|
|
|
2008-05-30 06:24:07 +00:00
|
|
|
extern cl::opt<std::string> OutputFilename;
|
|
|
|
|
2008-05-06 16:34:12 +00:00
|
|
|
// The auto-generated file
|
|
|
|
#include "AutoGenerated.inc"
|