mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
Avoid saying this is based on sections because it's not very accurate. That we don't split section into smaller chunks of data does not mean that the linker is built on top of that. In reality, most part of the code do not care about underlying data, so they are neither based on "atoms" nor sections. The symbol table only cares about symbol names and their types. The writer handles list of chunks, which look like just blobs, and the writer doesn't care what those chunks are backed by. The only thing that interact with sections is SectionChunk, which is abstracted away as one type of Chunk. llvm-svn: 238902
LLVM Linker (lld)
This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.
lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.