From 7f813725fa5aacead8c001e15a3b4addbd988899 Mon Sep 17 00:00:00 2001 From: Giuseppe Ottaviano Date: Tue, 5 Apr 2016 12:30:17 -0700 Subject: [PATCH] Update libgcc and boost symlinks (Disable SSO on ASan builds) Summary: Allow ASan to detect access to invalidated strings even when they are small (in-situ). See D3114022 for details. Reviewed By: luciang Differential Revision: D3118161 fb-gh-sync-id: 3b83e3309d510ee9721dd505d176b09bdb7fd42d fbshipit-source-id: 3b83e3309d510ee9721dd505d176b09bdb7fd42d --- folly/Portability.h | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Portability.h b/folly/Portability.h index c9616ea7..a9348e5c 100644 --- a/folly/Portability.h +++ b/folly/Portability.h @@ -14,6 +14,7 @@ * limitations under the License. */ +// Break caches 20160401 (#8764509) @nocommit #pragma once #include -- 2.34.1