[PATCH] D76665: [asan] Stop instrumenting user-defined ELF sections
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 12:26:50 PDT 2020
lebedev.ri added a comment.
In D76665#2161919 <https://reviews.llvm.org/D76665#2161919>, @krytarowski wrote:
> 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).
Does not work how?
> Also GCC does the same thing of not instrumenting user defined sections.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76665/new/
https://reviews.llvm.org/D76665
More information about the llvm-commits
mailing list