This is an archive of the discontinued LLVM Phabricator instance.

Validate chained fixup image formats
ClosedPublic

Authored by aprantl on Nov 11 2021, 5:53 PM.

Details

Summary

This is part of a series of patches to upstream support for Mach-O chained fixups.

Diff Detail

Event Timeline

aprantl created this revision.Nov 11 2021, 5:53 PM
aprantl requested review of this revision.Nov 11 2021, 5:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 5:53 PM
keith accepted this revision.Feb 22 2022, 10:58 AM
keith added inline comments.
llvm/lib/Object/MachOObjectFile.cpp
4826–4829

Is this returning Targets in both cases intentional? Maybe it's a placeholder for more upcoming logic?

This revision is now accepted and ready to land.Feb 22 2022, 10:58 AM
aprantl added inline comments.Feb 25 2022, 11:40 AM
llvm/lib/Object/MachOObjectFile.cpp
4826–4829

It's a placeholder.

This revision was landed with ongoing or failed builds.Feb 25 2022, 1:04 PM
This revision was automatically updated to reflect the committed changes.