[PATCH] D76665: [asan] Stop instrumenting user-defined ELF sections

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 05:48:56 PDT 2020


krytarowski added a comment.

In D76665#2140245 <https://reviews.llvm.org/D76665#2140245>, @kcc wrote:

> Will adding __attribute__((no_sanitize("address"))) to your global solve the problem you are trying to solve? 
>  (sorry for being too terse last time)


It does not work (last time I checked).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76665/new/

https://reviews.llvm.org/D76665





More information about the llvm-commits mailing list