[all-commits] [llvm/llvm-project] 2b5549: [asan] Add support for disable_sanitizer_instrumen...
Alexander Potapenko via All-commits
all-commits at lists.llvm.org
Fri Dec 10 03:20:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b554920f11c8b763cd9ed9003f4e19b919b8e1f
https://github.com/llvm/llvm-project/commit/2b554920f11c8b763cd9ed9003f4e19b919b8e1f
Author: Alexander Potapenko <glider at google.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M clang/docs/AddressSanitizer.rst
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/test/CodeGen/address-safety-attr-flavors.cpp
M clang/test/CodeGen/asan-globals.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
A llvm/test/Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll
Log Message:
-----------
[asan] Add support for disable_sanitizer_instrumentation attribute
For ASan this will effectively serve as a synonym for
__attribute__((no_sanitize("address")))
Differential Revision: https://reviews.llvm.org/D114421
More information about the All-commits
mailing list