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
Anirudh Prasad 5a7de1d054 [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target
- Background here is that that these sets of tests are "invalid" to be run on z/OS
- The reason is because these test constructs that HLASM never supports (HLASM doesn't support GNU style directives)
- Usually tests are geared towards a particular target via the use of a triple that targets just that platform, but these tests require the use of a "default triple"
- Thus, we mark these tests as "UNSUPPORTED" for z/OS since we don't want to run these for z/OS

Reviewed By: yusra.syeda, abhina.sreeskantharajan

Differential Revision: https://reviews.llvm.org/D105204
2021-07-05 11:06:52 -04:00
..
AArch64 [MC] Remove unneeded "in '.xxx' directive" from diagnostics 2021-05-04 13:30:29 -07:00
Inputs [MC] Fix ICE with non-newline terminated input 2020-12-09 23:39:32 +00:00
align_invalid.s [MC] Reject byte alignment if larger than or equal to 2**32 2020-12-20 14:17:00 -08:00
altmacro_expression.s
altmacro_string_escape.s
altmacro_string.s
altmacro-err.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
altmacro-expr-err.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
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
cfi-unfinished-frame.s
cfi-unknown-register.s
comments-x86-darwin.s
conditional_asm.s
dash-n.s
debug-empty-source.s [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target 2021-07-05 11:06:52 -04:00
debug-no-source.s [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target 2021-07-05 11:06:52 -04:00
debug-only-comments.s
defsym_error1.s
defsym_error2.s
defsym.s [llvm-objdump] --syms: make flags closer to GNU objdump 2020-03-05 09:59:53 -08:00
directive_abort.s
directive_align.s
directive_ascii.s Reland "[AsmParser] make .ascii support spaces as separators" 2021-01-14 17:51:47 -08:00
directive_case_insensitive.s [AsmParser] Make generic directives and aliases case insensitive. 2020-01-17 11:02:56 +00:00
directive_cgprofile.s [COFF] Add cg_profile directive and .llvm.call-graph-profile section 2020-07-10 17:07:30 -07:00
directive_comm.s
directive_darwin_section.s
directive_dc.s
directive_dcb.s [MC] Add MCAsmParser::parseComma to improve diagnostics 2021-05-04 14:13:19 -07:00
directive_desc.s
directive_ds.s [MC] Migrate some parseToken(AsmToken::EndOfStatement, ...) to parseEOL() 2021-03-06 19:25:22 -08:00
directive_elf_size.s
directive_end-2.s [llvm-readobj] Update tests because of changes in llvm-readobj behavior 2020-07-20 10:39:04 +01:00
directive_end.s [llvm-readobj] Update tests because of changes in llvm-readobj behavior 2020-07-20 10:39:04 +01:00
directive_file-2.s
directive_file-3.s
directive_file-g.s
directive_file.s
directive_fill_2.s [test] llvm/test/: change llvm-objdump single-dash long options to double-dash options 2020-03-15 17:46:23 -07:00
directive_fill.s
directive_incbin.s [MC] Add parseEOL() overload and migrate some parseToken(AsmToken::EndOfStatement) to parseEOL() 2021-03-06 17:45:23 -08:00
directive_include.s
directive_lcomm.s
directive_line.s
directive_loc_2.s [MC][DWARF] Corrected handling of is_stmt flag in .loc directives 2020-04-20 13:57:49 +03:00
directive_loc.s
directive_lsym.s
directive_org.s
directive_print.s [MC] Migrate some parseToken(AsmToken::EndOfStatement, ...) to parseEOL() 2021-03-06 19:25:22 -08:00
directive_rept-diagnostics.s [AsmParser][SystemZ][z/OS] Implement HLASM location counter syntax ("*") for Z PC-relative instructions. 2021-05-03 14:58:24 -04:00
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 [AsmParser] Recognize more escaped characters between single quotes 2021-04-08 09:59:37 +02:00
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 [MC] Remove unneeded "in '.xxx' directive" from diagnostics 2021-05-04 13:30:29 -07:00
expr_symbol_modifiers.s
expr-shr.s Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC" 2020-05-22 05:36:15 -06:00
exprs-gnu.s [MC] Support infix operator ! 2020-07-30 23:25:53 -07:00
exprs-invalid.s [MC] Remove unneeded "in '.xxx' directive" from diagnostics 2021-05-04 13:30:29 -07:00
exprs.s
extern.s
floating-literals.s [MC] Don't capitalize a floating point diagnostic 2021-05-04 13:40:26 -07:00
function_hot_attr.ll [IR][PGO] Add hot func attribute and use hot/cold attribute in func section 2020-12-17 18:41:12 -08:00
hash-directive.s
hello.s
if-diagnostics.s [MC] Add parseEOL() overload and migrate some parseToken(AsmToken::EndOfStatement) to parseEOL() 2021-03-06 17:45:23 -08:00
ifb.s
ifc.s
ifdef.s
ifeqs-diagnostics.s
ifeqs.s
ifndef.s
ifnes.s
incbin_abcd
include.ll [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target 2021-07-05 11:06:52 -04:00
inline-comments.ll
invalid-asm-variant.s
labels.s
layout-interdependency.s [MC/AsmParser] layout-interdependency.s depends on having a proper triple 2020-07-13 14:38:47 -07:00
line_with_hash.s
line-marker-inside-macro.s Fix debug line info when line markers are present inside macros. 2020-06-16 16:13:11 +01:00
lit.local.cfg
llvm_section_types.s Introduce and use a new section type for the bb_addr_map section. 2020-10-08 11:13:19 -07:00
macro_parsing.s
macro-arg-darwin.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-arg-err.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
macro-arg.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-at-pseudo-variable-err.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
macro-at-pseudo-variable.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
macro-def-in-instantiation-darwin.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-def-in-instantiation.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-exitm.s
macro-irp.s
macro-irpc.s
macro-max-depth.s
macro-rept-err1.s
macro-rept-err2.s
macro-rept.s
macro-required-argument-err.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-required-argument.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-same-context.ll [MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target 2021-07-05 11:06:52 -04:00
macro-unknown-directive.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
macro-vararg-err.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
macro-vararg.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
macros-darwin-vararg.s
macros-darwin.s
macros-off.s [MC][test] Reorganize macro tests 2020-04-12 15:18:35 -07:00
motorola_integers.s [M68k] Add support for Motorola literal syntax to AsmParser 2021-04-05 20:02:29 +01:00
non-english-characters.s [Object] Change ELFObjectFile<ELFT>::getFileFormatName() to use BFD names 2020-03-16 07:42:04 -07:00
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] Fix ICE with non-newline terminated input 2020-12-09 23:39:32 +00:00
purgem.s
reassign.s
rename.s
round-trip.s [MC] Consume EndOfStatement in .cfi_{sections,endproc} 2020-12-04 22:30:29 +00:00
section_names.s [llvm-readobj] Update tests because of changes in llvm-readobj behavior 2020-07-20 10:39:04 +01:00
section.s [llvm-readobj] Update tests because of changes in llvm-readobj behavior 2020-07-20 10:39:04 +01:00
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
unmatched-if-macro.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
unmatched-if.s [MC] Reorganize and improve macro tests 2020-04-12 22:54:01 -07:00
uppercase-hex.s
vararg-default-value.s
variables-invalid.s
variables.s