This is an archive of the discontinued LLVM Phabricator instance.

Prototype for selective relocation relaxation.
AbandonedPublicDraft

Authored by morehouse on Nov 3 2021, 12:04 PM.

Details

Reviewers
None
Summary

For HWASan we only need to disable relaxation for globals we instrument.
With this patch, function pointer relocations, which we do not
instrument, can be relaxed.

Diff Detail

Event Timeline

morehouse created this revision.Nov 3 2021, 12:04 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 4 2021, 4:09 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript