blob: ba8f06dbd6d79e534e2662f83c291cf036eddcf0 [file] [log] [blame]
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +00001//===--- Tools.h - 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.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_TOOLS_LLVMCC_TOOLS_H
15#define LLVM_TOOLS_LLVMCC_TOOLS_H
16
17#include "Core.h"
18
19namespace llvmcc {
20
21 void PopulateLanguageMap(LanguageMap& language_map);
22 void PopulateCompilationGraph(CompilationGraph& tools);
23
24}
25
26#endif //LLVM_TOOLS_LLVMCC_TOOLS_H