mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
This is more consistent with OutputSection. This is also part of removing the "Chunk" term from the ELF linker, since we just have input/output sections and program headers. llvm-svn: 248183
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.