This is an archive of the discontinued LLVM Phabricator instance.

[llvm-symbolizer][test] Add explicit tests for CODE and DATA
ClosedPublic

Authored by jhenderson on Feb 15 2021, 7:45 AM.

Details

Summary

These directives force the associated address to be interpreted as a function or data respectively. CODE is the default when not specified.

Diff Detail

Event Timeline

jhenderson requested review of this revision.Feb 15 2021, 7:45 AM
jhenderson created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2021, 7:45 AM
MaskRay accepted this revision.Feb 15 2021, 9:14 AM

LGTM.

This revision is now accepted and ready to land.Feb 15 2021, 9:14 AM