This is an archive of the discontinued LLVM Phabricator instance.

COFF: PDB: Allow multiple modules with the same name.
ClosedPublic

Authored by pcc on Sep 7 2017, 1:13 PM.

Details

Summary

It is possible for two modules to have the same name if they are
archive members with the same name, or if we are doing LTO (in which
case all modules will have the name "lto.tmp").

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Sep 7 2017, 1:13 PM
zturner accepted this revision.Sep 7 2017, 1:24 PM

Seems like this agrees with what MS does, which is a bit surprising, but looks correct in any case.

This revision is now accepted and ready to land.Sep 7 2017, 1:24 PM
This revision was automatically updated to reflect the committed changes.