This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo/Verifier] Don't emit error for missing module in index
ClosedPublic

Authored by JDevlieghere on Aug 3 2018, 3:43 AM.

Details

Summary

We don't expect module names to be present in the index. This patch adds DW_TAG_module to the blacklist.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Aug 3 2018, 3:43 AM
labath accepted this revision.Aug 3 2018, 3:50 AM

looks good. If we end up doing this too often, we can consider changing the blacklist to a whitelist.

This revision is now accepted and ready to land.Aug 3 2018, 3:50 AM
This revision was automatically updated to reflect the committed changes.