This is an archive of the discontinued LLVM Phabricator instance.

[llvm] - Recognizing 'PT_OPENBSD_MUTABLE' segment type.
ClosedPublic

Authored by brad on Nov 13 2022, 12:07 AM.

Diff Detail

Event Timeline

brad created this revision.Nov 13 2022, 12:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2022, 12:07 AM
brad requested review of this revision.Nov 13 2022, 12:07 AM
brad updated this revision to Diff 474985.Nov 13 2022, 12:09 AM
brad added a reviewer: grimar.Nov 13 2022, 4:42 PM
brad updated this revision to Diff 475028.Nov 13 2022, 4:54 PM
brad updated this revision to Diff 475035.Nov 13 2022, 5:30 PM
brad updated this revision to Diff 475036.Nov 13 2022, 5:55 PM
brad retitled this revision from [llvm-readelf] - Recognizing 'PT_OPENBSD_MUTABLE' segment type. to [llvm] - Recognizing 'PT_OPENBSD_MUTABLE' segment type..
This revision is now accepted and ready to land.Nov 14 2022, 12:39 AM
MaskRay accepted this revision.Nov 15 2022, 10:25 AM

I am nervous with new OpenBSD specific program headers... Wish there won't be too many. Particularly, I wonder whether this new feature is a security theatre.

brad updated this revision to Diff 476330.Nov 17 2022, 9:26 PM
brad updated this revision to Diff 476331.Nov 17 2022, 9:31 PM
brad added a comment.Nov 17 2022, 10:32 PM

I was wondering why llvm-readobj/ELF/program-headers.test was failing. I noticed the offsets had changed.

This revision was automatically updated to reflect the committed changes.