This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Resolve a symbol context block info correctly
ClosedPublic

Authored by aleksandr.urakov on Aug 22 2018, 7:50 AM.

Details

Summary

This patch allows to resolve a symbol context block info even if a function info was not requested. Also it adds the correct resolving of nested blocks (the previous implementation used function blocks instead of them).

Diff Detail

Repository
rL LLVM

Event Timeline

asmith accepted this revision.Aug 28 2018, 6:40 PM

LGTM

This revision is now accepted and ready to land.Aug 28 2018, 6:40 PM
This revision was automatically updated to reflect the committed changes.