Files
clang-p2996/lld/ELF
Peter Smith dbef8cc67c [ELF] Implement --keep-unique option
The --keep-unique <symbol> option is taken from gold. The intention is that
<symbol> will be prevented from being folded by ICF. Although not
specifically mentioned in the documentation <symbol> only matches
global symbols, with a warning if the symbol is not found.

The implementation finds the Section defining <symbol> and removes it from
the set of sections considered for ICF.

Differential Revision: https://reviews.llvm.org/D46755

llvm-svn: 332332
2018-05-15 08:57:21 +00:00
..
2018-04-24 09:55:39 +00:00
2018-03-30 23:13:00 +00:00
2017-10-27 03:14:09 +00:00
2018-04-10 13:15:21 +00:00
2017-11-17 08:17:21 +00:00
2018-02-12 21:56:14 +00:00
2018-05-15 08:57:21 +00:00
2018-05-14 13:21:09 +00:00
2018-04-26 19:21:07 +00:00
2018-05-08 20:12:07 +00:00
2018-03-14 20:29:45 +00:00
2017-12-26 10:13:10 +00:00
2018-04-27 05:50:40 +00:00