llvm-project/llvm/test/MC/MachO/ARM
Oliver Stannard 9be59af3ab [Assembler] Make fatal assembler errors non-fatal
Currently, if the assembler encounters an error after parsing (such as an
out-of-range fixup), it reports this as a fatal error, and so stops after the
first error. However, for most of these there is an obvious way to recover
after emitting the error, such as emitting the fixup with a value of zero. This
means that we can report on all of the errors in a file, not just the first
one. MCContext::reportError records the fact that an error was encountered, so
we won't actually emit an object file with the incorrect contents.

Differential Revision: http://reviews.llvm.org/D14717

llvm-svn: 253328
2015-11-17 10:00:43 +00:00
..
aliased-symbols.s MC: For variable symbols, maintain MCSymbol::Section as a cache. 2015-04-03 01:46:11 +00:00
bad-darwin-ARM-reloc.s [Assembler] Make fatal assembler errors non-fatal 2015-11-17 10:00:43 +00:00
bad-darwin-directives.s
compact-unwind-armv7k.s ARM: add support for WatchOS's compact unwind information. 2015-10-28 22:56:36 +00:00
cstexpr-gotpcrel.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
darwin-ARM-reloc.s [MC] Convert all the remaining tests from macho-dump to llvm-readobj. 2015-09-10 01:50:00 +00:00
darwin-Thumb-reloc.s [MC] Convert all the remaining tests from macho-dump to llvm-readobj. 2015-09-10 01:50:00 +00:00
data-in-code.s [llvm-readobj] Test --macho-data-in-code option. 2015-08-22 20:30:56 +00:00
directive-type-diagnostics.s Reworking the test part of r241149 2015-07-02 16:53:23 +00:00
empty-function-nop.ll [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
ios-version-min-load-command.s [MC] Convert tests to use llvm-readobj --macho-version-min. 2015-08-28 12:40:05 +00:00
lit.local.cfg
llvm-objdump-macho-stripped.s
llvm-objdump-macho.s
long-call-branch-island-relocation.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
no-subsections-reloc.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
nop-armv4-padding.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
nop-armv6t2-padding.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
nop-thumb-padding.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
nop-thumb2-padding.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
relax-thumb-ldr-literal.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
relax-thumb2-branches.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
static-movt-relocs.s Improve the --expand-relocs handling of MachO. 2015-06-18 22:38:20 +00:00
thumb-bl-jbits.s [MC] Convert all the remaining tests from macho-dump to llvm-readobj. 2015-09-10 01:50:00 +00:00
thumb2-function-relative-load.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
thumb2-movt-fixup.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
thumb2-movw-fixup.s [MC] Convert another bunch of tests from macho-dump to llvm-readobj. 2015-08-18 16:05:13 +00:00
tvos-version-min-load-command.s ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
version-min-diagnostics.s ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
version-min-diagnostics2.s ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
version-min.s ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
watchos-version-min-load-command.s MachO: improve load command tests slightly 2015-11-02 18:33:35 +00:00