This is an archive of the discontinued LLVM Phabricator instance.

[Orc] Use MapperJITLinkMemoryManager with SharedMemoryMapper in llvm-jitlink tool
ClosedPublic

Authored by argentite on Aug 22 2022, 3:56 AM.

Details

Summary

MapperJITLinkMemoryManager combined with SharedMemoryMapper can be
used in place of EPCGenericJITLinkMemoryManager. This commit enables
it when using pipes to communicate with executor.

Diff Detail

Event Timeline

argentite created this revision.Aug 22 2022, 3:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 3:56 AM
argentite published this revision for review.Aug 22 2022, 4:35 AM
argentite added reviewers: lhames, sgraenitz.
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 4:35 AM
lhames accepted this revision.Aug 26 2022, 12:03 PM

LGTM. Thanks @argentite!

This revision is now accepted and ready to land.Aug 26 2022, 12:03 PM