1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/MC/AsmParser
David Spickett 7d570d46c1 [AsmParser] Make generic directives and aliases case insensitive.
GCC will accept any case for assembler directives.
For example ".abort" and ".ABORT" (even ".aBoRt")
are equivalent.

https://sourceware.org/binutils/docs/as/Pseudo-Ops.html#Pseudo-Ops
"The names are case insensitive for most targets,
and usually written in lower case."

Change llvm-mc to accept any case for generic directives
or aliases of those directives.

This for Bugzilla #39527.

Differential Revision: https://reviews.llvm.org/D72686
2020-01-17 11:02:56 +00:00
..
AArch64
Inputs
align_invalid.s
altmacro_expression.s
altmacro_string_escape.s
altmacro_string.s
assembler-expressions-fail.s
assembler-expressions-inlineasm.ll
assembler-expressions.s MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0. 2019-11-16 09:52:07 -05:00
assignment.s
at-pseudo-variable-bad.s
at-pseudo-variable.s
bad-macro.s
cfi-unfinished-frame.s
cfi-unknown-register.s
cfi-window-save.s
comments-x86-darwin.s
conditional_asm.s
dash-n.s
debug-empty-source.s
debug-no-source.s
debug-only-comments.s
defsym_error1.s
defsym_error2.s
defsym.s
directive_abort.s
directive_align.s
directive_ascii.s [IA] Add tests for a few other edge cases 2019-10-08 22:06:09 +00:00
directive_case_insensitive.s [AsmParser] Make generic directives and aliases case insensitive. 2020-01-17 11:02:56 +00:00
directive_cgprofile.s
directive_comm.s
directive_darwin_section.s
directive_dc.s
directive_dcb.s
directive_desc.s
directive_ds.s
directive_elf_size.s
directive_end-2.s
directive_end.s
directive_file-2.s
directive_file-3.s
directive_file-g.s
directive_file.s
directive_fill_2.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_print.s
directive_rept-diagnostics.s
directive_rept.s
directive_seh.s [X86] Fix register parsing in .seh_* in Intel syntax 2019-10-18 21:01:41 +00:00
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
directive-err-diagnostics.s
directive-err.s
directive-warning.s
dollars-in-identifiers.s
dot-symbol-assignment-backwards.s
dot-symbol-assignment.s
dot-symbol-non-absolute.s
dot-symbol.s
empty-comment.s
equ.s
expr_symbol_modifiers.s
expr-shr.s
exprs-invalid.s
exprs.s
extern.s
floating-literals.s
hash-directive.s
hello.s
if-diagnostics.s
ifb.s
ifc.s
ifdef.s
ifeqs-diagnostics.s
ifeqs.s
ifndef.s
ifnes.s
incbin_abcd
include.ll
inline_macro_duplication.ll
inline-comments.ll
invalid-asm-variant.s
invalid-input-assertion.s
labels.s
line_with_hash.s
lit.local.cfg
macro_parsing.s
macro-args.s
macro-def-in-instantiation.s
macro-duplicate-params-names-err.s
macro-err1.s
macro-exitm.s
macro-irp.s
macro-irpc.s
macro-max-depth.s
macro-qualifier-diagnostics.s
macro-qualifier.s
macro-rept-err1.s
macro-rept-err2.s
macro-rept.s
macros-argument-parsing-diagnostics.s
macros-argument-parsing.s
macros-darwin-vararg.s
macros-darwin.s
macros-gas.s
macros-parsing.s
negativ_altmacro_expression.s
negative_altmacro_string.s
non-english-characters.s
pr11865.s
pr28805.ll
pr28921.s
preserve-comments-crlf.s Remove some unnecessary REQUIRES: shell lines 2019-09-10 00:06:52 +00:00
preserve-comments.s [MC][test] Fix non-portable GNU diff option 2020-01-16 11:29:24 -05:00
purgem.s
reassign.s
rename.s
section_names.s
section.s
secure_log_unique.s
seh-directive-errors.s [MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata directives 2019-08-30 22:25:55 +00:00
seh-unfinished-frame.s
undefined-local-symbol.s
unfinished-op.s
uppercase-hex.s
vararg-default-value.s
vararg.s
variables-invalid.s
variables.s