Markus Böck 9dbc1ab232 [LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCC
When annotating a symbol with __declspec(selectany), Clang assigns it
comdat 2 while GCC assigns it comdat 3. This patch enables two object
files that contain a __declspec(selectany) symbol, one created by gcc
and the other by clang, to be linked together instead of issuing a
duplicate symbol error.

Differential Revision: https://reviews.llvm.org/D73139
2020-01-23 10:55:27 +02:00
..
2019-11-14 13:13:07 +09:00
2017-12-28 07:02:13 +00:00
2016-12-09 21:55:24 +00:00
2017-06-15 20:39:58 +00:00
2019-05-02 00:39:03 +00:00
2017-07-13 20:29:59 +00:00
2018-01-26 01:01:21 +00:00