summaryrefslogtreecommitdiff
path: root/release_23/tools/llvmc2/AutoGenerated.h
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/tools/llvmc2/AutoGenerated.h')
-rw-r--r--release_23/tools/llvmc2/AutoGenerated.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/release_23/tools/llvmc2/AutoGenerated.h b/release_23/tools/llvmc2/AutoGenerated.h
deleted file mode 100644
index 3b65256e0a55..000000000000
--- a/release_23/tools/llvmc2/AutoGenerated.h
+++ /dev/null
@@ -1,34 +0,0 @@
-//===--- Tools.cpp - 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(LanguageMap& language_map);
- /// PopulateCompilationGraph - The auto-generated function that
- /// populates the compilation graph with nodes and edges.
- void PopulateCompilationGraph(CompilationGraph& tools);
-}
-
-#endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H