llvm-project/llvm/test/tools/gold/X86
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
..
Inputs [gold] Fix common symbols handling. 2016-03-11 00:51:57 +00:00
alias.ll [opaque pointer type] Add textual IR support for explicit type parameter for global aliases 2015-09-11 03:22:04 +00:00
alias2.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
available-externally.ll Test both input file orders. 2015-11-27 03:50:34 +00:00
bad-alias.ll Fix llvm/test/tools/gold/X86/bad-alias.ll. 2015-09-11 08:03:17 +00:00
bcsection.ll Tweak 2 x86 gold tests so they can run on non-x86 platforms 2015-09-11 14:45:34 +00:00
coff.ll
comdat.ll Don't depend on the order the IR is copied. 2015-11-29 15:08:39 +00:00
comdat2.ll Add a passing test. 2015-11-29 15:52:12 +00:00
common.ll
ctors.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
ctors2.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
disable-verify.ll WholeProgramDevirt: introduce. 2016-02-09 22:50:34 +00:00
drop-debug.ll
drop-linkage.ll Slit lib/Linker in two. 2015-12-10 14:19:35 +00:00
emit-llvm.ll Don't depend on the order the IR is copied. 2015-11-29 15:22:49 +00:00
invalid.ll
linker-script.ll
linkonce-weak.ll [ThinLTO/LTO] Don't link in unneeded metadata 2015-12-18 17:51:37 +00:00
lit.local.cfg
no-map-whole-file.ll
opt-level.ll
parallel.ll Tweak 2 x86 gold tests so they can run on non-x86 platforms 2015-09-11 14:45:34 +00:00
pr19901.ll
pr19901_thinlto.ll [ThinLTO] Launch importing backends in parallel threads from gold plugin 2016-03-04 17:06:02 +00:00
pr25907.ll Add testcase for r256161 (PR25907) 2015-12-21 18:24:35 +00:00
pr25915.ll Handle empty Subprogram list when linking metadata. 2015-12-22 01:17:19 +00:00
remarks.ll [LTO] Appease buildbots take 3 2015-11-18 12:08:24 +00:00
resolve-to-alias.ll Make this test a bit more strict. 2015-11-24 16:43:53 +00:00
slp-vectorize.ll
start-lib-common.ll [gold] Fix common symbols handling. 2016-03-11 00:51:57 +00:00
stats.ll
thinlto.ll [ThinLTO] Launch importing backends in parallel threads from gold plugin 2016-03-04 17:06:02 +00:00
thinlto_linkonceresolution.ll Fix new gold test to specify emulation mode. 2016-03-04 21:19:08 +00:00
type-merge.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
type-merge2.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
unnamed-addr.ll Add a few passing lto tests. 2015-11-26 19:53:12 +00:00
vectorize.ll
weak.ll