Rename FOLLY_ASAN_ENABLED to FOLLY_LIBRARY_SANITIZE_ADDRESS

Summary: [Folly] Rename `FOLLY_ASAN_ENABLED` to `FOLLY_LIBRARY_SANITIZE_ADDRESS`.

Reviewed By: simpkins

Differential Revision: D10414837

fbshipit-source-id: b7ca2a36dd7f91ccab2f8051f78c75909f378d16
This commit is contained in:
Yedidya Feldblum 2019-06-12 02:08:39 -07:00 committed by Facebook Github Bot
parent f720b7b34d
commit 910e6b7e66

View File

@ -30,7 +30,7 @@ TEST(Memory, StdStringMemoryUsage) {
test += "p";
}
}
#ifndef FOLLY_ASAN_ENABLED
#ifndef FOLLY_LIBRARY_SANITIZE_ADDRESS
/*
* Test case disabled when Address Sanitation is on since SSO optimization is
* disabled when Address Sanitation is enabled