allow TSAN hook linkage override at compile time
Summary: This diff allows you to override the function attributes for TSAN hooks at compile time using -DFOLLY_ATTR_FOR_SANITIZE_THREAD_HOOKS=xyz. This is useful for builds that statically link with a library like abseil that has its own declarations for the hooks. Reviewed By: yfeldblum, kennyyu Differential Revision: D12866286 fbshipit-source-id: 10d2921df998d5dc11f86a5383111d650d31dd8e
Showing
Please register or sign in to comment