forked from OSchip/llvm-project
13 lines
311 B
Markdown
13 lines
311 B
Markdown
|
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.
|