mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
According to the ELF specification, these dynamic array entries are mandatory. http://reviews.llvm.org/D13303 llvm-svn: 248952
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.