[PATCH] D119838: Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"

Alexander Potapenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 15 06:03:45 PST 2022


glider created this revision.
glider added reviewers: melver, eugenis.
Herald added a subscriber: hiraditya.
glider requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

This reverts commit dd145f953db3dafbc019f1d3783bb4f09a28af92 <https://reviews.llvm.org/rGdd145f953db3dafbc019f1d3783bb4f09a28af92>.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119838

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119838.408843.patch
Type: text/x-patch
Size: 11860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/c20d5439/attachment-0001.bin>


More information about the cfe-commits mailing list