summaryrefslogtreecommitdiff
path: root/tools/llvmc2/Tools.h
blob: ba8f06dbd6d79e534e2662f83c291cf036eddcf0 (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
//===--- Tools.h - 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.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_TOOLS_LLVMCC_TOOLS_H
#define LLVM_TOOLS_LLVMCC_TOOLS_H

#include "Core.h"

namespace llvmcc {

  void PopulateLanguageMap(LanguageMap& language_map);
  void PopulateCompilationGraph(CompilationGraph& tools);

}

#endif //LLVM_TOOLS_LLVMCC_TOOLS_H