Rename deprecated __attribute__((no_address_safety_analysis)) to __attribute__((no_sanitize_address))
BUG=chromium:311283 R=glider@chromium.org Review URL: https://codereview.chromium.org/48413002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17410 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4c49e4e2b5
commit
7856f37259
@ -358,7 +358,7 @@ F FUNCTION_CAST(Address addr) {
|
||||
// Define DISABLE_ASAN macros.
|
||||
#if defined(__has_feature)
|
||||
#if __has_feature(address_sanitizer)
|
||||
#define DISABLE_ASAN __attribute__((no_address_safety_analysis))
|
||||
#define DISABLE_ASAN __attribute__((no_sanitize_address))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user