Add -x option (like in gcc).
llvm-svn: 50750
diff --git a/llvm/tools/llvmc2/Action.cpp b/llvm/tools/llvmc2/Action.cpp
index 3d61d37..80531c0 100644
--- a/llvm/tools/llvmc2/Action.cpp
+++ b/llvm/tools/llvmc2/Action.cpp
@@ -34,7 +34,7 @@
if (!prog.canExecute())
throw std::runtime_error("Program '" + name + "' is not executable.");
- // Build the command line vector and redirects.
+ // Build the command line vector and the redirects array.
const sys::Path* redirects[3] = {0,0,0};
sys::Path stdout_redirect;