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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 14:53:42 PDT 2020


kcc added a comment.

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


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

https://reviews.llvm.org/D76665





More information about the llvm-commits mailing list