Stop propagating method names that violate the coding standard
[oota-llvm.git] / tools / llvmc / llvmc.cpp
index d5536e17d889acda025cc770b97810df089bbe53..c377659a88e296fc392266b162e25946a09ae51d 100644 (file)
@@ -111,6 +111,10 @@ cl::list<std::string> WOpts("W", cl::ZeroOrMore, cl::Prefix,
   cl::desc("Pass through -W options to compiler tools"),
   cl::value_desc("warnings category"));
 
+cl::list<std::string> BOpt("B", cl::ZeroOrMore, cl::Prefix, 
+  cl::desc("Indicate where llvmc sub-tools are installed"),
+  cl::value_desc("directory path containing bin and lib directories"));
+
 //===------------------------------------------------------------------------===
 //===          INPUT OPTIONS
 //===------------------------------------------------------------------------===