llvm-project/lld/unittests
Rui Ueyama 53a93c6c39 PECOFF: allow more than one /alternatename for the same symbol.
Previously we have a string -> string map to keep the weak alias
symbol mapping. Naturally we can't define more than one weak alias
with that data structure.

This patch is to allow multiple aliases for the same symbol by
changing the map type to string -> set of string map.

llvm-svn: 230702
2015-02-26 23:43:04 +00:00
..
CoreTests MSVC 2013 appears to be able to compile make_ptr_range without issue, so removing that guard in the unit test. 2015-02-16 18:00:11 +00:00
DriverTests PECOFF: allow more than one /alternatename for the same symbol. 2015-02-26 23:43:04 +00:00
MachOTests Fix Mach-O unit tests breakage on Windows 2014-11-07 02:54:52 +00:00
CMakeLists.txt Supoort mach-o encoded in yaml. 2013-10-08 00:43:34 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00