llvm-6502/test/tools/gold
Rafael Espindola 03d2823e02 Add support for comdats to the gold plugin.
There are two parts to this. First, the plugin needs to tell gold the comdat by
setting comdat_key.

What gets things a bit more complicated is that gold only seems
symbols. In particular, if A is an alias to B, it only sees the symbols
A and B. It can then ask us to keep symbol A but drop symbol B. What
we have to do instead is to create an internal version of B and make A
an alias to that.

At some point some of this logic should be moved to lib/Linker so that
we don't map a Constant to an internal version just to have lib/Linker
map that again to the destination module.

The reason for implementing this in tools/gold for now is simplicity.
With it in place it should be possible to update clang to use comdats
for constructors and destructors on ELF without breaking the LTO
bootstrap. Once that is done I intend to come back and improve the
interface lib/Linker exposes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216302 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-22 23:26:10 +00:00
..
Inputs Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
alias.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
bad-alias.ll Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
comdat.ll Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
emit-llvm.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
invalid.ll gold plugin: Fix handling of corrupted bitcode files. 2014-07-29 20:46:19 +00:00
linker-script.ll Add a test showing the interaction of linker scripts and plugin. 2014-08-05 19:56:53 +00:00
lit.local.cfg
mtriple.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
option.ll
pr19901.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
weak.ll Make the test a bit more strict. 2014-08-12 15:55:27 +00:00