2015-10-07 19:34:51 +00:00
..
2015-10-07 09:13:03 +00:00
2015-10-07 09:13:03 +00:00
2015-10-07 09:13:03 +00:00
2015-10-07 15:00:21 +00:00
2015-10-06 19:21:13 +00:00
2015-10-07 09:13:03 +00:00
2015-10-05 09:43:57 +00:00
2015-10-05 19:30:12 +00:00

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. Note that unlike COFF, we do not distinguish chunks from input sections; they are merged together.

Capabilities

This linker can link LLVM and Clang on Linux x86-64 with -LLVM_ENABLE_THREADS=OFF.