mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
We were creating the string table in a completely ad hoc way. Now the string table is an output section and gets its output offset set just like any other section. This opens the way for other linker created sections like the symbol table. llvm-svn: 244969
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.