Updates:
        Owner: [email protected]

Comment #10 on issue 607 by [email protected]: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion
https://code.google.com/p/protobuf/issues/detail?id=607

Yes, I think we need to make the header work on Clang 3.4 as well. Something like:
#if (__clang_major__ > 3) || (__clang_major__ == 3 && __clang_minor__ > 4)
#include <sanitizer/tsan_interface_atomic.h>
#else
... atomicops declarations for 3.4 and older...
#endif

Could you help make this change? We moved to github and you can send us a pull request here: https://github.com/google/protobuf/pulls

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to