diff options
-rw-r--r-- | llvm/include/llvm/CompilerDriver/Tools.td | 2 |
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) ]>; |