Add methods to StringMap to erase entries by key.
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.cpp
index e240fee1590aef4ba989bd70e7209aebe844e185..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
 //
 using namespace llvm;
 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"