This is an archive of the discontinued LLVM Phabricator instance.

[asan] Add support for disable_sanitizer_instrumentation attribute
ClosedPublic

Authored by glider on Feb 14 2022, 8:04 AM.

Details

Summary

For ASan this will effectively serve as a synonym for
attribute((no_sanitize("address")))

This is a reland of https://reviews.llvm.org/D114421

Diff Detail

Event Timeline

glider created this revision.Feb 14 2022, 8:04 AM
glider requested review of this revision.Feb 14 2022, 8:04 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 14 2022, 8:04 AM
melver accepted this revision.Feb 14 2022, 8:22 AM
This revision is now accepted and ready to land.Feb 14 2022, 8:22 AM
eugenis accepted this revision.Feb 14 2022, 1:24 PM

LGTM