This is an archive of the discontinued LLVM Phabricator instance.

COFF: Replace DLLNames maps with vectors.
ClosedPublic

Authored by pcc on May 18 2017, 11:44 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.May 18 2017, 11:44 AM
ruiu edited edge metadata.May 18 2017, 11:47 AM

You want to rebase first as I changed the types of the variables in this file as I used make<>.

pcc updated this revision to Diff 99478.May 18 2017, 11:57 AM

Rebase

ruiu accepted this revision.May 18 2017, 12:01 PM

LGTM

lld/COFF/DLL.cpp
429 ↗(On Diff #99478)

auto *

466 ↗(On Diff #99478)

auto *

This revision is now accepted and ready to land.May 18 2017, 12:01 PM
This revision was automatically updated to reflect the committed changes.