llvm-project/lld/test/ELF/invalid
Georgii Rymar e4ceb8f421 [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.
Currently `yaml2obj` require `Offset` field in a relocation description.
There are many cases when `Offset` is insignificant in a context of a test case.

Making `Offset` optional allows to simplify our test cases.
This is what this patch does.

Also, with this patch `obj2yaml` does not dump a zero offset of a relocation.

Differential revision: https://reviews.llvm.org/D75608
2020-03-06 13:59:58 +03:00
..
bad-arm-attributes.s [ARM] Rewrite ARMAttributeParser 2020-03-05 10:57:27 -08:00
bad-reloc-target.test [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional. 2020-03-06 13:59:58 +03:00
broken-relaxation-x64.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
comdat-broken.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
common-symbol-alignment.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
data-encoding.test [LLD][ELF] - Replace one of the tests with a YAML version. 2019-03-17 15:46:03 +00:00
dynamic-section-broken.test [test] yaml2obj -docnum => --docnum= 2020-02-05 10:25:04 -08:00
eh-frame-hdr-no-out.s [ELF][test] Fix section sh_type and sh_flags 2020-02-19 22:01:42 -08:00
ehframe-broken-relocation.test [LLD] - Update the test cases after yaml2obj change. 2019-04-03 14:54:22 +00:00
executable.s
invalid-binding.test [LLD][ELF] - Remove binding.elf binary from test case. NFCI. 2019-04-24 12:16:39 +00:00
invalid-debug-relocations.test [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional. 2020-03-06 13:59:58 +03:00
invalid-e_shnum.test [ELF][test] Update test after r371185 2019-09-06 09:39:48 +00:00
invalid-elf.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
invalid-file-class.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
invalid-relocation-aarch64.test [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional. 2020-03-06 13:59:58 +03:00
invalid-relocation-x64.test [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional. 2020-03-06 13:59:58 +03:00
invalid-soname.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
linkorder-invalid-sec.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
linkorder-invalid-sec2.test [ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ORDER sections 2018-09-07 00:18:07 +00:00
merge-invalid-size.s Improve error message for bad SHF_MERGE sections 2019-10-10 08:32:12 +00:00
merge-writable.s Improve error message for bad SHF_MERGE sections 2019-10-10 08:32:12 +00:00
merge-zero-size.test [LLD][ELF] - Stop using binary input in merge-invalid-size.s test. NFCI. 2018-08-15 14:59:38 +00:00
mips-invalid-options-descriptor.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
multiple-relocations-sections.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
non-terminated-string.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
reloc-section-reordered.test [lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional. 2020-03-06 13:59:58 +03:00
section-alignment.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
section-alignment2.s [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
section-index.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
sht-group-wrong-section.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
sht-group.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
symbol-name.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
symtab-sh-info.s [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
symtab-symbols.test [LLD] - Update the test cases after yaml2obj change. 2019-04-03 14:54:22 +00:00
tls-symbol.s [LLD] - Update the test cases after yaml2obj change. 2019-04-03 14:54:22 +00:00
undefined-local-symbol-in-dso.test [LLD][ELF] - Fix test case after r363401 2019-06-14 14:26:34 +00:00
verdef-no-symtab.test [ELF][test] Change -o %t to -o /dev/null if the output is not needed 2020-02-12 21:54:50 -08:00
x86-64-tlsdesc-gd.s [ELF] Implement General Dynamic style TLSDESC for x86-64 2019-05-29 02:03:56 +00:00