llvm-project/llvm/test/tools/gold
Evgeniy Stepanov 4dc3c8df45 [gold] Fix common symbols handling.
LLVM Gold plugin decides which instance of a common symbol it wants
based on the symbol size in claim_file_hook. If the file that
contains the chosen instance is later dropped from the link, we end
up with an undefined reference.

This change delays this decision until the set of the included files
is known.

llvm-svn: 263180
2016-03-11 00:51:57 +00:00
..
PowerPC Split the gold tests into X86 and PowerPC directories. 2015-08-28 20:33:56 +00:00
X86 [gold] Fix common symbols handling. 2016-03-11 00:51:57 +00:00