aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CompilerDriver/Tools.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CompilerDriver/Tools.td b/include/llvm/CompilerDriver/Tools.td
index f0c2226519..e701b47649 100644
--- a/include/llvm/CompilerDriver/Tools.td
+++ b/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)
]>;