For ASan this will effectively serve as a synonym for
attribute((no_sanitize("address")))
This is a reland of https://reviews.llvm.org/D114421
Paths
| Differential D119726
[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 This is a reland of https://reviews.llvm.org/D114421
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 14 2022, 8:04 AM This revision is now accepted and ready to land.Feb 14 2022, 8:22 AM Closed by commit rGdd145f953db3: [asan] Add support for disable_sanitizer_instrumentation attribute (authored by glider). · Explain WhyFeb 15 2022, 5:06 AM This revision was automatically updated to reflect the committed changes. glider added a reverting change: D119838: Revert "[asan] Add support for disable_sanitizer_instrumentation attribute".Feb 15 2022, 6:03 AM
Revision Contents
Diff 408825 clang/docs/AddressSanitizer.rst
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/SanitizerMetadata.cpp
clang/test/CodeGen/address-safety-attr-flavors.cpp
clang/test/CodeGen/asan-globals.cpp
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll
|