Update libgcc and boost symlinks (Disable SSO on ASan builds)
authorGiuseppe Ottaviano <ott@fb.com>
Tue, 5 Apr 2016 19:30:17 +0000 (12:30 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Tue, 5 Apr 2016 19:35:32 +0000 (12:35 -0700)
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

index c9616ea7caa23dcaa304007be149877249218b88..a9348e5c9557d2f95a91d248690ebcc1b3a4894f 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+// Break caches 20160401 (#8764509) @nocommit
 #pragma once
 
 #include <string.h>