tree: 5a67d6f18798c77f3bca29d33093df7cb337943b [path history] [tgz]
  1. CMakeLists.txt
  2. Config.h
  3. Driver.cpp
  4. Driver.h
  5. DriverUtils.cpp
  6. Error.cpp
  7. Error.h
  8. InputFiles.cpp
  9. InputFiles.h
  10. InputSection.cpp
  11. InputSection.h
  12. LinkerScript.cpp
  13. Options.td
  14. OutputSections.cpp
  15. OutputSections.h
  16. README.md
  17. Symbols.cpp
  18. Symbols.h
  19. SymbolTable.cpp
  20. SymbolTable.h
  21. Target.cpp
  22. Target.h
  23. Writer.cpp
  24. Writer.h
lld/ELF/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.