From: Giuseppe Ottaviano Date: Tue, 5 Apr 2016 19:30:17 +0000 (-0700) Subject: Update libgcc and boost symlinks (Disable SSO on ASan builds) X-Git-Tag: 2016.07.26~371 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f813725fa5aacead8c001e15a3b4addbd988899;p=folly.git 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 --- 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