This is an archive of the discontinued LLVM Phabricator instance.

hwasan: Add a code model check for tagged globals.
ClosedPublic

Authored by pcc on Aug 8 2019, 1:18 PM.

Details

Summary

See D65364 for the code model requirements for tagged globals. Because
of the relocations used these requirements cannot be checked at link
time so they must be checked at runtime.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Aug 8 2019, 1:18 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 8 2019, 1:18 PM
Herald added subscribers: Restricted Project, kubamracek. · View Herald Transcript
eugenis accepted this revision.Aug 8 2019, 2:00 PM

LGTM

This revision is now accepted and ready to land.Aug 8 2019, 2:00 PM
This revision was automatically updated to reflect the committed changes.