Annotate some static locals as "library-local" v2016.11.07.00
authorAndrew Gallagher <andrewjcg@fb.com>
Mon, 7 Nov 2016 04:06:46 +0000 (20:06 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Mon, 7 Nov 2016 04:08:48 +0000 (20:08 -0800)
commit5d52fb8c30e567403b8ccb65e5c1a159fb92d707
tree9e264f73bc4e545fd280f98a82894a6707428a21
parent621adb9cdb959d778c17a1d309cf37e4b84d868d
Annotate some static locals as "library-local"

Summary:
This tags certain static locals, wich may get duplicated via dynamic
linking and inlining, as safe to have multiple copies at runtime,
making this subtle behavior explicit.

Reviewed By: igorsugak

Differential Revision: D4082929

fbshipit-source-id: ba4e23cb121e957a43f5659a1ca3432cb89cb8f3
folly/test/FBStringTestBenchmarks.cpp.h