This is an archive of the discontinued LLVM Phabricator instance.

Remove Platform usages from NativeProcessLinux
ClosedPublic

Authored by labath on Jun 14 2016, 6:56 AM.

Details

Summary

This removes the last usage of the Platform plugin in NPL. It was being
used for determining the architecture of the debugged process. I replace
the call that went through the Platform plugin with a lower level call
on the ObjectFile directly.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 60679.Jun 14 2016, 6:56 AM
labath retitled this revision from to Remove Platform usages from NativeProcessLinux.
labath updated this object.
labath added a reviewer: tberghammer.
tberghammer accepted this revision.Jun 14 2016, 7:23 AM
tberghammer edited edge metadata.

Looks good

This revision is now accepted and ready to land.Jun 14 2016, 7:23 AM
This revision was automatically updated to reflect the committed changes.