This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][llvm-symbolizer]Add some tests for edge cases when symbolizing
ClosedPublic

Authored by jhenderson on Feb 5 2019, 2:53 AM.

Details

Summary

This patch adds half a dozen new tests that test various edge cases in the behaviour of the symbolizer and DWARF data parsing. All of them test the current behaviour.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Feb 5 2019, 2:53 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: aprantl. · View Herald Transcript
aprantl accepted this revision.Feb 5 2019, 9:24 AM
This revision is now accepted and ready to land.Feb 5 2019, 9:24 AM
JDevlieghere accepted this revision.Feb 5 2019, 10:26 AM
This revision was automatically updated to reflect the committed changes.

The commit landed back in February, so it certainly wasn't caused by this change (what made you think it was?). The tests just showed up the failure introduced by rL367926, which was in turn fixed by rL367959.