This is an archive of the discontinued LLVM Phabricator instance.

RuntimeDyld: allow using custom implementation
AbandonedPublic

Authored by evgeny777 on Jan 11 2017, 8:46 AM.

Details

Reviewers
davide
lhames
Summary

This patch allows using custom binary format implementation or tweak behavior in existing ones by deriving a class from RuntimeDyldELF and friends. I personally need this to be able to move jitted code to a different memory location.

Diff Detail

Event Timeline

evgeny777 updated this revision to Diff 83985.Jan 11 2017, 8:46 AM
evgeny777 retitled this revision from to RuntimeDyld: allow using custom implementation.
evgeny777 updated this object.
evgeny777 added reviewers: davide, lhames.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added subscribers: llvm-commits, grimar.
evgeny777 abandoned this revision.Jan 12 2017, 3:13 AM

Found a different way of doing this