Davide Italiano 6d328d3841 [ELF2] Initial support for local symbols.
Symbol table is now populated correctly, but some fields are missing,
they'll be added in the future. This patch also adds --discard-all
flag, which was the default behavior until now.

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

llvm-svn: 247849
2015-09-16 20:45:57 +00:00
..
2015-09-16 15:54:15 +00:00
2015-08-12 00:00:24 +00:00
2015-08-14 14:12:54 +00:00
2015-08-14 14:12:54 +00:00
2015-09-16 15:54:15 +00:00
2015-08-14 14:12:54 +00:00

The New ELF Linker

This directory contains a port of the new PE/COFF linker for ELF.

Overall Design

See COFF/README.md for details on the design.

Capabilities

This linker can currently generate a valid ELF file that can be run on linux from a single input file.