llvm-project/lld/test
Peter Collingbourne 8e17451d54 COFF: Fix bug involving archives defining a symbol multiple times.
Previously we were unnecessarily loading lazy symbols if they appeared in an
archive multiple times, as can happen with comdat symbols. This change fixes
the bug by only loading symbols from archives at load time if the original
symbol was undefined.

Differential Revision: http://reviews.llvm.org/D10980

llvm-svn: 241538
2015-07-07 02:15:25 +00:00
..
COFF COFF: Fix bug involving archives defining a symbol multiple times. 2015-07-07 02:15:25 +00:00
Driver Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
LinkerScript Add PHDR and FILL parsing. 2015-05-28 00:14:58 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
darwin Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
elf Update for llvm change. 2015-07-06 19:21:08 +00:00
mach-o Update for llvm change. 2015-07-06 19:21:08 +00:00
pecoff [lld] Use lit's shell to run tests on Windows by default 2015-05-20 20:41:45 +00:00
CMakeLists.txt COFF: Initial implementation of link-time optimization. 2015-06-01 20:10:10 +00:00
lit.cfg COFF: Initial implementation of link-time optimization. 2015-06-01 20:10:10 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00