hanchenye-llvm-project/lld/ELF
Michael J. Spencer 44fc1c0a73 [ELF2] Templatize addChunk and handle section flags.
llvm-svn: 243579
2015-07-29 22:14:50 +00:00
..
CMakeLists.txt [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
Chunks.cpp [ELF2] Emit correct section types. 2015-07-29 00:52:17 +00:00
Chunks.h [ELF2] Emit section table. 2015-07-29 00:30:10 +00:00
Config.h [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
Driver.cpp [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
Driver.h [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
DriverUtils.cpp [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
InputFiles.cpp [ELF2] Devirtualize SymbolBody. 2015-07-28 22:58:25 +00:00
InputFiles.h [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
Options.td [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
README.md [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
SymbolTable.cpp [ELF2] Add a new ELF linker based on the new PE/COFF linker. 2015-07-24 21:03:07 +00:00
SymbolTable.h ELF2: Use DenseMap instead of std::map for a symbol table. 2015-07-29 16:30:40 +00:00
Symbols.cpp [ELF2] Devirtualize SymbolBody. 2015-07-28 22:58:25 +00:00
Symbols.h [ELF2] Devirtualize SymbolBody. 2015-07-28 22:58:25 +00:00
Writer.cpp [ELF2] Templatize addChunk and handle section flags. 2015-07-29 22:14:50 +00:00
Writer.h [ELF2] Templatize addChunk and handle section flags. 2015-07-29 22:14:50 +00:00

README.md

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.