Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"
authorAndrew Browne <browneee@google.com>
Fri, 10 Dec 2021 22:28:36 +0000 (14:28 -0800)
committerAndrew Browne <browneee@google.com>
Fri, 10 Dec 2021 22:33:38 +0000 (14:33 -0800)
commit7c004c2bc999186884a343989b523dacef02cda9
treefbe7ceeeb4882614182507791851ff42b265df15
parent9ec5acc84057aa264efb3abfb7eed629e852ac07
Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"

This reverts commit 2b554920f11c8b763cd9ed9003f4e19b919b8e1f.

This change causes tsan test timeout on x86_64-linux-autoconf.

The timeout can be reproduced by:
  git clone https://github.com/llvm/llvm-zorg.git
  BUILDBOT_CLOBBER= BUILDBOT_REVISION=eef8f3f85679c5b1ae725bade1c23ab7bb6b924f llvm-zorg/zorg/buildbot/builders/sanitizers/buildbot_standard.sh
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 [deleted file]