summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-26 10:57:31 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-26 10:57:31 +0000
commit5b4e3b88eb790711a48b9f599b5b0ed2827cb20f (patch)
tree0a9c29ef5a5920e8673ab5e05770627e9789ffb7 /llvm
parentf9e0513415d094df31bd1b9a508472dba7dd4419 (diff)
downloadbcm5719-llvm-5b4e3b88eb790711a48b9f599b5b0ed2827cb20f.tar.gz
bcm5719-llvm-5b4e3b88eb790711a48b9f599b5b0ed2827cb20f.zip
Fix the -I option (llvmc -I dir1 -I dir2 didn't work).
llvm-svn: 60101
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CompilerDriver/Tools.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CompilerDriver/Tools.td b/llvm/include/llvm/CompilerDriver/Tools.td
index f0c2226519e..e701b476494 100644
--- a/llvm/include/llvm/CompilerDriver/Tools.td
+++ b/llvm/include/llvm/CompilerDriver/Tools.td
@@ -33,6 +33,8 @@ class llvm_gcc_based <string cmd_prefix, string in_lang> : Tool<
(help "Stop after checking the input for syntax errors")),
(parameter_list_option "include", (forward),
(help "Include the named file prior to preprocessing")),
+ (prefix_list_option "I", (forward),
+ (help "Add a directory to include path")),
(sink)
]>;
OpenPOWER on IntegriCloud