mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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
This commit is contained in:
@@ -36,11 +36,14 @@ def prefix_list_option;
|
||||
|
||||
// Possible option properties.
|
||||
|
||||
def extern;
|
||||
def help;
|
||||
def hidden;
|
||||
def multi_val;
|
||||
def one_or_more;
|
||||
def really_hidden;
|
||||
def required;
|
||||
def extern;
|
||||
def zero_or_one;
|
||||
|
||||
// Empty DAG marker.
|
||||
def empty;
|
||||
|
Reference in New Issue
Block a user