mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
update the .cvs files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ ASSEMBLER assembler|Assembler|ASSEMBLER
|
|||||||
COMMAND command|Command|COMMAND
|
COMMAND command|Command|COMMAND
|
||||||
LANG lang|Lang|LANG
|
LANG lang|Lang|LANG
|
||||||
LIBS libs|Libs|LIBS
|
LIBS libs|Libs|LIBS
|
||||||
LINKER linker|Linker|LINKER
|
LINKER linker|Linker|LINKER
|
||||||
NAME name|Name|NAME
|
NAME name|Name|NAME
|
||||||
OPT1 opt1|Opt1|OPT1
|
OPT1 opt1|Opt1|OPT1
|
||||||
OPT2 opt2|Opt2|OPT2
|
OPT2 opt2|Opt2|OPT2
|
||||||
@ -97,7 +97,7 @@ VERSION version|Version|VERSION
|
|||||||
|
|
||||||
True true|True|TRUE|on|On|ON|yes|Yes|YES
|
True true|True|TRUE|on|On|ON|yes|Yes|YES
|
||||||
False false|False|FALSE|off|Off|OFF|no|No|NO
|
False false|False|FALSE|off|Off|OFF|no|No|NO
|
||||||
Bytecode bc|BC|bytecode|Bytecode|BYTECODE
|
Bitcode bc|BC|bitcode|Bitcode|BITCODE
|
||||||
Assembly asm|ASM|assembly|Assembly|ASSEMBLY
|
Assembly asm|ASM|assembly|Assembly|ASSEMBLY
|
||||||
|
|
||||||
BadSubst \%[a-zA-Z]*\%
|
BadSubst \%[a-zA-Z]*\%
|
||||||
@ -186,7 +186,7 @@ White [ \t]*
|
|||||||
%WOpts% { return handleSubstitution(WOPTS_SUBST); }
|
%WOpts% { return handleSubstitution(WOPTS_SUBST); }
|
||||||
|
|
||||||
{Assembly} { return handleValueContext(ASSEMBLY); }
|
{Assembly} { return handleValueContext(ASSEMBLY); }
|
||||||
{Bytecode} { return handleValueContext(BYTECODE); }
|
{Bitcode} { return handleValueContext(BITCODE); }
|
||||||
{True} { return handleValueContext(TRUETOK); }
|
{True} { return handleValueContext(TRUETOK); }
|
||||||
{False} { return handleValueContext(FALSETOK); }
|
{False} { return handleValueContext(FALSETOK); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user