This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readelf]Test a couple of corner-cases for --section-mapping
ClosedPublic

Authored by jhenderson on Feb 20 2019, 9:00 AM.

Details

Summary

This patch adds two new tests for edge-case behaviour for --section-mapping, namely when there are no program headers, and when there are no section headers.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Feb 20 2019, 9:00 AM
mattd accepted this revision.Feb 20 2019, 9:11 AM

LGTM. Thanks for adding these.

This revision is now accepted and ready to land.Feb 20 2019, 9:11 AM
This revision was automatically updated to reflect the committed changes.