This is an archive of the discontinued LLVM Phabricator instance.

[SanitizerCoverage] add weak definitions for the load/store callbacks.
ClosedPublic

Authored by kcc on Jul 14 2022, 1:31 PM.

Details

Summary

Add weak definitions for the load/store callbacks.

This matches the weak definitions for all other SanitizerCoverage
callbacks.

Diff Detail

Event Timeline

kcc created this revision.Jul 14 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 1:31 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kcc requested review of this revision.Jul 14 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 1:31 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jul 14 2022, 3:09 PM
kcc updated this revision to Diff 444848.Jul 14 2022, 5:49 PM

needed to add the same callbacks in more places.
Now the tests pass.

This revision was landed with ongoing or failed builds.Jul 14 2022, 8:27 PM
This revision was automatically updated to reflect the committed changes.