[all-commits] [llvm/llvm-project] 7c004c: Revert "[asan] Add support for disable_sanitizer_i...

Andrew Browne via All-commits all-commits at lists.llvm.org
Fri Dec 10 14:35:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c004c2bc999186884a343989b523dacef02cda9
      https://github.com/llvm/llvm-project/commit/7c004c2bc999186884a343989b523dacef02cda9
  Author: Andrew Browne <browneee 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
    R llvm/test/Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll

  Log Message:
  -----------
  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




More information about the All-commits mailing list