diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-19 03:16:25 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-07-19 03:16:25 +0000 |
commit | fc97aeb4e634a0b7b3b93382a524202d3739f8db (patch) | |
tree | 7fb65dc2dfa0fdbfbf6f70b954d32c6f4ac79fb4 /include/llvm/CompilerDriver | |
parent | 9ece46d172d89aa4ea6c04b8e55044bc9fdf9921 (diff) |
llvmc: Add a new option type (switch_list).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CompilerDriver')
-rw-r--r-- | include/llvm/CompilerDriver/Common.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index 31a627d627..6527ab5d4f 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -32,6 +32,7 @@ def actions; def alias_option; def switch_option; +def switch_list_option; def parameter_option; def parameter_list_option; def prefix_option; |