llvm-project/lld/test
Igor Kudrin b1f2b51a89 [ELF2] Add DT_INIT and DT_FINI dynamic table entries
The entries are added if there are "_init" or "_fini" entries in
the symbol table respectively. According to the behavior of ld,
entries are inserted even for undefined symbols.

Symbol names can be overridden by using -init and -fini command
line switches. If used, these switches neither add new symbol table
entries nor require those symbols to be resolved.

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

llvm-svn: 249297
2015-10-05 10:29:46 +00:00
..
COFF COFF: ICF should not merge sectinos if their alignments are not the same. 2015-09-25 16:50:12 +00:00
Driver Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
LinkerScript Add PHDR and FILL parsing. 2015-05-28 00:14:58 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
darwin Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
elf ELF/AMDGPU: Text section should be called .hsatext 2015-09-25 21:42:30 +00:00
elf2 [ELF2] Add DT_INIT and DT_FINI dynamic table entries 2015-10-05 10:29:46 +00:00
mach-o [lld][MachO] Fix a think-o to get the twolevel/dynamic_lookup test passing. 2015-09-28 20:52:21 +00:00
CMakeLists.txt [MachO] Use llvm-readobj in lieu of macho-dump. 2015-09-22 17:31:01 +00:00
lit.cfg Enable the aarch64 tests. 2015-09-28 12:22:25 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00