commit | 7321622594bd5df9326485d6f45e6194ba7890d8 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Oct 09 20:36:05 2018 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Oct 09 20:36:05 2018 -0700 |
tree | 524390765031026ac5555d54befcbc7df0e2c190 | |
parent | 6e7e0eaca0d7de9a8a68fe8ead57f6fbaa32d054 [diff] |
ART: Enforce noinline when suppressing sanitization The no_sanitize_address attribute is dropped on inlining. Add a hackish noinline to the macro that will override always_inline. When Clang starts to warn on nonsensical attribute lists (e.g., always_inline + noinline), we will have to find a better way. For now, avoid churn. Bug: 117207477 Test: SANITIZE_TARGET=address build, no longer see aborts Change-Id: I967deb851a5b3716ea6b251932245e2af1530087