This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of CloneModule"
ClosedPublic

Authored by rtereshin on Apr 16 2018, 4:22 PM.

Details

Reviewers
aprantl
Summary

Apparently, DebugInfoFinder::processCompileUnit doesn't process all
of the possible kinds of DIImportedEntit'ies, e.g. DIGlobalVariable's.

Previously introduced llvm_unreachable is therefore incorrect.
Removing it here.

Diff Detail

Repository
rL LLVM

Event Timeline

rtereshin created this revision.Apr 16 2018, 4:22 PM
aprantl accepted this revision.Apr 16 2018, 4:41 PM

thanks!

This revision is now accepted and ready to land.Apr 16 2018, 4:41 PM
rtereshin closed this revision.Apr 16 2018, 4:43 PM