Rui Ueyama 360bace8eb COFF: Add /alternatename option.
Previously, this feature was implemented using a special type of
undefined symbol, in addition to an intricate way to make the resolver
read a virtual file containing that renaming symbols.

Now the feature is directly handled by the symbol table.
The symbol table has a function, rename(), to rename symbols, whose
definition is 4 lines long. Symbol renaming is naturally modeled using
Symbol and SymbolBody.

llvm-svn: 238696
2015-05-31 22:31:31 +00:00
..
2015-05-31 22:31:31 +00:00
2015-04-10 21:37:42 +00:00
2015-05-28 19:09:30 +00:00
2015-05-31 22:31:31 +00:00
2015-05-28 19:09:30 +00:00
2015-05-28 19:09:30 +00:00
2014-04-07 04:52:24 +00:00
2015-05-28 19:09:30 +00:00
2015-03-12 20:14:35 +00:00
2012-09-14 00:00:39 +00:00

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.