This is an archive of the discontinued LLVM Phabricator instance.

Fix mapping symbol handling on arm 32/64
ClosedPublic

Authored by tberghammer on Apr 16 2015, 3:31 AM.

Details

Summary

Fix mapping symbol handling on arm 32/64

The debug info section contains some $d mapping symbol what is
overlapping with code sections in other sections of the object file
causing problem in the address class detection. This CL ignores these
symbols from the address class map as the debug info sections don't use
this map.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix mapping symbol handling on arm 32/64.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Apr 16 2015, 12:51 PM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Apr 16 2015, 12:51 PM
This revision was automatically updated to reflect the committed changes.