This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Allow importing of multiple symbols with same GUID
ClosedPublic

Authored by tejohnson on Nov 28 2018, 10:22 PM.

Details

Summary

The is the clang side of the fix in D55047, to handle the case where
two different modules have local variables with the same GUID because
they had the same source file name at compilation time. Allow multiple
symbols with the same GUID to be imported, and test that this case works
with the distributed backend path.

Depends on D55047.

Diff Detail

Repository
rC Clang

Event Timeline

tejohnson created this revision.Nov 28 2018, 10:22 PM
This revision is now accepted and ready to land.Nov 29 2018, 7:19 AM
This revision was automatically updated to reflect the committed changes.