mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
fb37f39111
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51745 91177308-0d34-0410-b5e6-96231b3b80d8
35 lines
1.1 KiB
C++
35 lines
1.1 KiB
C++
//===--- AutoGenerated.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 - public interface.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
|
|
#define LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
|
|
|
|
#include "llvm/ADT/StringMap.h"
|
|
|
|
#include <string>
|
|
|
|
namespace llvmc {
|
|
|
|
typedef llvm::StringMap<std::string> LanguageMap;
|
|
class CompilationGraph;
|
|
|
|
/// PopulateLanguageMap - The auto-generated function that fills in
|
|
/// the language map (map from file extensions to language names).
|
|
void PopulateLanguageMap();
|
|
/// PopulateCompilationGraph - The auto-generated function that
|
|
/// populates the compilation graph with nodes and edges.
|
|
void PopulateCompilationGraph(CompilationGraph& tools);
|
|
}
|
|
|
|
#endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
|