This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Add writePointers to ExecutorProcessControl's MemoryAccess
ClosedPublic

Authored by sunho on Aug 8 2023, 2:12 AM.

Details

Summary

Add pointer write functionality to MemoryAccess that is needed for implementing redirection manager. It also refactors the code a bit by introducing InProcessMemoryAccess class.

Diff Detail

Event Timeline

sunho created this revision.Aug 8 2023, 2:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 2:12 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
sunho requested review of this revision.Aug 8 2023, 2:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 2:12 AM
lhames accepted this revision.Aug 8 2023, 10:55 AM

LGTM. Thanks @sunho!

This revision is now accepted and ready to land.Aug 8 2023, 10:55 AM