OSDN Git Service

Add three new option properties.
authorMikhail Glushenkov <foldr@codedgers.com>
Wed, 28 Jan 2009 03:47:20 +0000 (03:47 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Wed, 28 Jan 2009 03:47:20 +0000 (03:47 +0000)
commit19d3e82905db7c5882f22ad945724e90e9f4914b
treeb1d727d4df7dc3eb09c227eda0a390f06368e5c4
parent6c55b1ca7b72c90ce93ca25bc35aefef7d7deda4
Add three new option properties.

Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63172 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CompilerDriver/Common.td
test/LLVMC/ExternOptions.td
test/LLVMC/MultiValuedOption.td [new file with mode: 0644]
test/LLVMC/OneOrMore.td [new file with mode: 0644]
tools/llvmc/doc/LLVMC-Reference.rst
utils/TableGen/LLVMCConfigurationEmitter.cpp