This is an archive of the discontinued LLVM Phabricator instance.

Remove some duplicated code from PlatformPOSIX/Android
ClosedPublic

Authored by tberghammer on Dec 3 2015, 3:56 AM.

Details

Summary

Remove some duplicated code from PlatformPOSIX/Android

The code was duplicated to handle the custom symbol name for functions
in libdl.so for android. This change modify the way we handle the issue
to eliminate a lot of duplicated code.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer updated this revision to Diff 41735.Dec 3 2015, 3:56 AM
tberghammer retitled this revision from to Remove some duplicated code from PlatformPOSIX/Android.
tberghammer updated this object.
tberghammer added a reviewer: labath.
tberghammer added a subscriber: lldb-commits.
labath accepted this revision.Dec 3 2015, 4:19 AM
labath edited edge metadata.

Looks great, thanks for fixing this.

This revision is now accepted and ready to land.Dec 3 2015, 4:19 AM
labath added a subscriber: jingham.Dec 3 2015, 4:19 AM
This revision was automatically updated to reflect the committed changes.

Cute! That's much nicer.