COFF: Replace DLLNames maps with vectors.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 18 May 2017 18:53:39 +0000 (18:53 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 18 May 2017 18:53:39 +0000 (18:53 +0000)
commit03638d091a90f0e683637d2abfe678a3f274427a
tree4c97b5da7fcdd2543fbec2c5ee6c0afc00cd253b
parent6d96f163476be00b36a9acf0d5abe1ac0136e12f
COFF: Replace DLLNames maps with vectors.

The import lists are already binned by DLL name, so there's no need to
deduplicate here.

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

llvm-svn: 303371
lld/COFF/DLL.cpp
lld/COFF/DLL.h