summaryrefslogtreecommitdiff
path: root/tools/llvmc2/AutoGenerated.cpp
blob: 213db01e0bce48e6c3f0122cda771ce461ec2e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//===--- AutoGenerated.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 - implementation.
//
//===----------------------------------------------------------------------===//

#include "AutoGenerated.h"
#include "CompilationGraph.h"
#include "Tool.h"

#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CommandLine.h"

#include <cstdlib>
#include <stdexcept>

using namespace llvm;
using namespace llvmc;

namespace llvmc {
  extern LanguageMap GlobalLanguageMap;
  extern const std::string& GetLanguage(const sys::Path& File);
}

// The auto-generated file
#include "AutoGenerated.inc"