aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/Action.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:10:53 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:10:53 +0000
commit87416b4cea4748a5d2c40c15b58e1a4a3310cd9f (patch)
treefe4aff89cabddd88432a002f49db8c71ebe3a8d1 /tools/llvmc2/Action.cpp
parent35a85e845302802be5191dd5c75ccea9eedea1be (diff)
Add -x option (like in gcc).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2/Action.cpp')
-rw-r--r--tools/llvmc2/Action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Action.cpp b/tools/llvmc2/Action.cpp
index 3d61d37368..80531c0806 100644
--- a/tools/llvmc2/Action.cpp
+++ b/tools/llvmc2/Action.cpp
@@ -34,7 +34,7 @@ namespace {
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;