llvm-6502/test/tools/gold/Inputs
Rafael Espindola 61c4e41480 gold plugin: Handle gold selecting a linkonce GV when a weak is present.
The plugin API doesn't have the notion of linkonce, only weak. It is up to the
plugin to figure out if a symbol used only for the symbol table can be dropped.
In particular, it has to avoid dropping a linkonce_odr selected by gold if there
is also a weak_odr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219188 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-07 04:06:13 +00:00
..
alias-1.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
bcsection.s LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
comdat.ll gold plugin: create internal replacement with original linkage first. 2014-10-07 03:19:55 +00:00
common.ll Handle common linkage correctly in the gold plugin. 2014-09-09 20:08:22 +00:00
invalid.bc
linker-script.export
linkonce-weak.ll gold plugin: Handle gold selecting a linkonce GV when a weak is present. 2014-10-07 04:06:13 +00:00
pr19901-1.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
weak.ll Add a plugin testcase for merging weak variables. 2014-08-12 15:39:14 +00:00