mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
9714644a38
Empty macro arguments at the end of the list should be as-if not specified at all, but those in the middle of the list need to be kept so as not to screw up the positional numbering. E.g.: .macro foo foo_-bash___: nop .endm foo 1, 2, 3, 4 foo 1, , 3, 4 Should create two labels, "foo_1_2_3_4" and "foo_1__3_4". rdar://11948769 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161002 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
assignment.s | ||
cfi-unfinished-frame.s | ||
conditional_asm.s | ||
dash-n.s | ||
directive_abort.s | ||
directive_align.s | ||
directive_ascii.s | ||
directive_comm.s | ||
directive_darwin_section.s | ||
directive_desc.s | ||
directive_elf_size.s | ||
directive_file-errors.s | ||
directive_file.s | ||
directive_fill.s | ||
directive_incbin.s | ||
directive_include.s | ||
directive_lcomm.s | ||
directive_line.s | ||
directive_loc.s | ||
directive_lsym.s | ||
directive_org.s | ||
directive_seh.s | ||
directive_set.s | ||
directive_space.s | ||
directive_subsections_via_symbols.s | ||
directive_symbol_attrs.s | ||
directive_tbss.s | ||
directive_tdata.s | ||
directive_thread_init_func.s | ||
directive_tlv.s | ||
directive_values.s | ||
directive_zerofill.s | ||
dollars-in-identifiers.s | ||
dot-symbol.s | ||
equ.s | ||
expr_symbol_modifiers.s | ||
exprs-invalid.s | ||
exprs.s | ||
extern.s | ||
floating-literals.s | ||
hello.s | ||
ifb.s | ||
ifc.s | ||
ifdef.s | ||
ifndef.s | ||
incbin_abcd | ||
labels.s | ||
line_with_hash.s | ||
lit.local.cfg | ||
macro-args.s | ||
macro-def-in-instantiation.s | ||
macro-err1.s | ||
macro-irp.s | ||
macro-irpc.s | ||
macro-rept-err1.s | ||
macro-rept-err2.s | ||
macro-rept.s | ||
macros-parsing.s | ||
macros.s | ||
pr11865.s | ||
purgem.s | ||
rename.s | ||
section.s | ||
variables-invalid.s | ||
variables.s |