Anton Korobeynikov | e9ffb5b | 2008-03-23 08:57:20 +0000 | [diff] [blame^] | 1 | //===--- 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 | |
| 19 | namespace llvmcc { |
| 20 | |
| 21 | void PopulateLanguageMap(LanguageMap& language_map); |
| 22 | void PopulateCompilationGraph(CompilationGraph& tools); |
| 23 | |
| 24 | } |
| 25 | |
| 26 | #endif //LLVM_TOOLS_LLVMCC_TOOLS_H |