llvm-project/lld/test
Rui Ueyama 7171c82194 COFF: Allow forward reference for weak externals
Previously, weak external symbols could reference only symbols that
appeared before them. Although that covers almost all use cases
of weak externals, there are object files out there which contains
weak externals that have forward references.

This patch supports such weak externals.

llvm-svn: 245258
2015-08-17 23:35:43 +00:00
..
COFF COFF: Allow forward reference for weak externals 2015-08-17 23:35:43 +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 [LinkerScript] Process program header in PHDRS command 2015-08-12 12:31:35 +00:00
elf2 ELF: Also record the type of undefined symbols. 2015-08-14 16:46:28 +00:00
mach-o Update for llvm change. 2015-07-06 19:21:08 +00:00
CMakeLists.txt The LLD tests require 'llvm-lib', ensure that this is built. 2015-07-08 11:40:43 +00:00
lit.cfg Add a big endian testcase. 2015-08-05 23:40:20 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00