llvm-project/lld/test/elf2
Michael J. Spencer 1b3fffa6e0 [elf2] Add 32S and 64 relocations (needed for musl).
It wasn't obvious what the assembly was to generate these relocations, so I did the test with yaml.

llvm-svn: 246902
2015-09-05 00:36:03 +00:00
..
Inputs [elf2] Add basic archive file support. 2015-09-04 22:28:10 +00:00
archive.s [elf2] Add basic archive file support. 2015-09-04 22:28:10 +00:00
basic.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
basic32.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
basic32be.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
basic64be.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
bss.s Don't allocate space for SHT_NOBITS sections. 2015-08-31 20:23:57 +00:00
common.s Remember the maximum alignment used to refer to a common symbol. 2015-09-01 01:19:12 +00:00
incompatible.s Start adding support for shared libraries. 2015-09-03 20:03:54 +00:00
invalid-elf.test Diagnose symbols with invalid section indexes. 2015-08-24 22:00:25 +00:00
invalid-relocations.test Remove irrelevant parts of the test. 2015-08-28 02:53:05 +00:00
lit.local.cfg Rename asm tests to .s. NFC. 2015-08-05 12:14:51 +00:00
many-sections.s Add support for reading files with more than 0xff00 sections. 2015-08-24 21:43:25 +00:00
relocation.s [ELFv2] Implement R_X86_64_32 relocation. 2015-08-29 13:15:42 +00:00
relocations.test [elf2] Add 32S and 64 relocations (needed for musl). 2015-09-05 00:36:03 +00:00
resolution.s Turn resolution.s into an exhaustive testcase. 2015-08-30 23:17:30 +00:00
section-align-0.test [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1. 2015-09-05 00:25:33 +00:00
string-table.s Don't leave unused strings in the string table. 2015-09-01 21:47:21 +00:00
symbols.s Don't include hidden or internal symbols in the symbol table. 2015-09-01 20:36:51 +00:00
undef.s Rename asm tests to .s. NFC. 2015-08-05 12:14:51 +00:00
visibility.s Merge visibility from all symbols with the same name. 2015-09-01 23:12:52 +00:00