diff options
author | Rui Ueyama <ruiu@google.com> | 2015-02-26 23:43:04 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-02-26 23:43:04 +0000 |
commit | 53a93c6c399b7e514f9500283be59022e20034a7 (patch) | |
tree | e6464bc87dfe556adce393e362afd77709025885 /lldb/scripts/Python/finishSwigPythonLLDB.py | |
parent | 17512a95aef43943aedac571d67e3c3967c3eb1a (diff) | |
download | llvm-53a93c6c399b7e514f9500283be59022e20034a7.zip llvm-53a93c6c399b7e514f9500283be59022e20034a7.tar.gz llvm-53a93c6c399b7e514f9500283be59022e20034a7.tar.bz2 |
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
Diffstat (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py')
0 files changed, 0 insertions, 0 deletions