Re-enable 91381 with fixes.
[oota-llvm.git] / lib / CompilerDriver / BuiltinOptions.cpp
index d90c50d67d92eadff585b8f730aa49bda80129c2..d1ac8c98322c17ad6f12aa1831a27c692765b9fa 100644 (file)
@@ -30,8 +30,10 @@ cl::opt<std::string> TempDirname("temp-dir", cl::desc("Temp dir name"),
 cl::list<std::string> Languages("x",
           cl::desc("Specify the language of the following input files"),
           cl::ZeroOrMore);
+
 cl::opt<bool> DryRun("dry-run",
                      cl::desc("Only pretend to run commands"));
+cl::opt<bool> Time("time", cl::desc("Time individual commands"));
 cl::opt<bool> VerboseMode("v",
                           cl::desc("Enable verbose mode"));