llvm-project/lld/unittests/DriverTests
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
..
CMakeLists.txt Fix shared library build 2015-01-26 20:46:47 +00:00
DarwinLdDriverTest.cpp Unittest: Do s/_context/_ctx/g. 2015-02-10 21:28:52 +00:00
DriverTest.h Unittest: Do s/_context/_ctx/g. 2015-02-10 21:28:52 +00:00
GnuLdDriverTest.cpp Unittest: Do s/_context/_ctx/g. 2015-02-10 21:28:52 +00:00
Makefile Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
UniversalDriverTest.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
WinLinkDriverTest.cpp PECOFF: allow more than one /alternatename for the same symbol. 2015-02-26 23:43:04 +00:00
WinLinkModuleDefTest.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00