Files
clang-p2996/lld/ELF
Rui Ueyama 4402a39981 Keep the original symbol name when renamed.
Previously, when symbol A is renamed B, both A and B end up having
the same name. This is because name is a symbol's attribute, and
we memcpy symbols for symbol renaming.

This pathc saves the original symbol name and restore it after memcpy
to keep the original name.

This patch shouldn't change program's meaning, but names in symbol
tables make more sense than before.

llvm-svn: 306036
2017-06-22 17:30:19 +00:00
..
2017-02-23 02:28:28 +00:00
2017-04-28 21:35:02 +00:00
2017-03-30 22:57:49 +00:00
2017-06-09 03:19:08 +00:00
2017-03-01 23:00:10 +00:00
2016-12-18 14:06:06 +00:00
2017-06-14 20:20:11 +00:00
2017-06-09 21:09:08 +00:00
2017-05-17 07:10:59 +00:00
2017-05-26 02:17:13 +00:00