COFF ICF: Merge only functions. Do not merge read-only data.
authorRui Ueyama <ruiu@google.com>
Thu, 27 Apr 2017 23:03:22 +0000 (23:03 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 27 Apr 2017 23:03:22 +0000 (23:03 +0000)
commita85572ebf0421f3cb0bacb0b1ad4321ff955ee52
tree4f87510315ea48d7ebfb8beff8ee7dd6ab1ae100
parentb907563fbcd71abcf6600688942c710468d43168
COFF ICF: Merge only functions. Do not merge read-only data.

This seems to be the behavior of the MSVC linker. Previously, this
incompatibility caused nasty issues in chromium build a few times.

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

llvm-svn: 301598
lld/COFF/ICF.cpp
lld/test/COFF/icf-data.test [new file with mode: 0644]