mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
Fix the -I option (llvmc -I dir1 -I dir2 didn't work).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b4c5f5d26
commit
1f1fab8c91
@ -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)
|
||||
]>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user