llvm-project/lld/test/ELF/invalid
Rafael Espindola 9f0c4bb795 Parse relocations only once.
Relocations are the last thing that we wore storing a raw section
pointer to and parsing on demand.

With this patch we parse it only once and store a pointer to the
actual data.

The patch also changes where we store it. It is now in
InputSectionBase. Not all sections have relocations, but most do and
this simplifies the logic. It also means that we now only support one
relocation section per section. Given that that constraint is
maintained even with -r with gold bfd and lld, I think it is OK.

llvm-svn: 286459
2016-11-10 14:53:24 +00:00
..
Inputs Update for llvm change. 2016-11-01 21:34:26 +00:00
common-symbol-alignment.s Recommit r283733 "[ELF] - Do not crash if common symbol alignment set to value greater than UINT32_MAX. 2016-10-10 10:31:03 +00:00
dynamic-section-size.s [ELF] - Do not crash on invalid size of dynamic section. 2016-10-07 09:01:04 +00:00
eh-frame-hdr-no-out.s
invalid-e_shnum.s Update for llvm change. 2016-11-03 20:17:25 +00:00
invalid-elf.test Parse relocations only once. 2016-11-10 14:53:24 +00:00
merge-invalid-size.s
mips-invalid-options-descriptor.s [ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input sections 2016-11-09 21:36:56 +00:00
section-alignment.test [ELF] - Check that section alignment is a power of 2. 2016-10-07 12:27:45 +00:00
section-alignment2.s Remove trailing whitespace. 2016-10-10 18:10:01 +00:00
sht-group.s [ELF] - Testcase checking that we do not crash on invalid sh_info in SHT_GROUP sections. NFC. 2016-10-20 08:22:54 +00:00
symbol-index.s [ELF] - Removed "invalid-" prefix from testcase. NFC. 2016-10-04 11:51:38 +00:00
symbol-name.s [ELF] - Fixed crash on invalid input. 2016-09-29 11:10:40 +00:00
symtab-sh-info.s [ELF] - Fixed assertion fail when symbol table has invalid sh_info value. 2016-10-11 09:07:14 +00:00
tls-symbol.s [ELF] - Do not crash if symbol type set to TLS when there is no tls sections. 2016-10-04 08:52:51 +00:00
too-short.s Update for llvm change. 2016-11-03 20:17:25 +00:00
verdef-no-symtab.test [ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is. 2016-11-02 10:16:25 +00:00