Add methods to StringMap to erase entries by key.
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.cpp
index 327e8e758e319d63181fd2b85759b455fb76e236..30aeb8f75eae953cec375d4ed3fc861dff3af507 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
+//===--- AutoGenerated.cpp - The LLVM Compiler Driver -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 #include "CompilationGraph.h"
 #include "Tool.h"
 
+#include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/CommandLine.h"
 
+#include <cstdlib>
 #include <stdexcept>
 
 using namespace llvm;
-using namespace llvmcc;
+using namespace llvmc;
+
+namespace llvmc {
+  extern LanguageMap GlobalLanguageMap;
+  extern const std::string& GetLanguage(const sys::Path& File);
+}
+
+extern cl::opt<std::string> OutputFilename;
 
 // The auto-generated file
 #include "AutoGenerated.inc"