This is an archive of the discontinued LLVM Phabricator instance.

Update DynInit generation for ASan globals.
ClosedPublic

Authored by hctim on Jun 27 2022, 10:43 AM.

Details

Summary

Address a follow-up TODO for Sanitizer Metadata.

Diff Detail

Event Timeline

hctim created this revision.Jun 27 2022, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 10:43 AM
hctim requested review of this revision.Jun 27 2022, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 10:43 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vitalybuka accepted this revision.Jul 11 2022, 11:37 AM
vitalybuka added inline comments.
clang/lib/CodeGen/SanitizerMetadata.cpp
67–72

maybe a little bit nicer

This revision is now accepted and ready to land.Jul 11 2022, 11:37 AM
hctim updated this revision to Diff 443702.Jul 11 2022, 11:44 AM
hctim marked an inline comment as done.

Integrate Vitaly's suggestion.

This revision was automatically updated to reflect the committed changes.