This is an archive of the discontinued LLVM Phabricator instance.

Refactor ObjectFilePlaceholder for sharing
ClosedPublic

Authored by yinghuitan on Mar 13 2023, 9:47 AM.

Details

Summary

This patch refactors PlaceholderObjectFile into ObjectFile plugin directory
so that we can reuse it for other cases like coredump debugging with NT_FILE
notes.

PlaceholderObjectFile is also renamed to ObjectFilePlaceholder to be consistent
with ObjectFile plugin naming convention.

Diff Detail

Event Timeline

yinghuitan created this revision.Mar 13 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 9:47 AM
yinghuitan requested review of this revision.Mar 13 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 9:47 AM
clayborg accepted this revision.Mar 13 2023, 10:49 AM
This revision is now accepted and ready to land.Mar 13 2023, 10:49 AM
This revision was automatically updated to reflect the committed changes.