[all-commits] [llvm/llvm-project] 05ee1f: Revert "[asan] Add support for disable_sanitizer_i...
Alexander Potapenko via All-commits
all-commits at lists.llvm.org
Tue Feb 15 06:05:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05ee1f4af8972f021917fb1f96624050fc6268bd
https://github.com/llvm/llvm-project/commit/05ee1f4af8972f021917fb1f96624050fc6268bd
Author: Alexander Potapenko <glider at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
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
R llvm/test/Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll
Log Message:
-----------
Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"
This reverts commit dd145f953db3dafbc019f1d3783bb4f09a28af92.
https://reviews.llvm.org/D119726, like https://reviews.llvm.org/D114421,
still causes TSan to fail, see https://lab.llvm.org/buildbot/#/builders/70/builds/18020
Differential Revision: https://reviews.llvm.org/D119838
More information about the All-commits
mailing list