New tests for the 'case' expression: not_empty, in_language.
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.cpp
1 //===--- 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 - implementation.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #include "AutoGenerated.h"
15 #include "CompilationGraph.h"
16 #include "Tool.h"
17
18 #include "llvm/ADT/StringExtras.h"
19 #include "llvm/Support/CommandLine.h"
20
21 #include <cstdlib>
22 #include <stdexcept>
23
24 using namespace llvm;
25 using namespace llvmc;
26
27 namespace llvmc {
28   extern LanguageMap GlobalLanguageMap;
29   extern const std::string& GetLanguage(const sys::Path& File);
30 }
31
32 // The auto-generated file
33 #include "AutoGenerated.inc"