Comment #8 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
Niall, which Clang version are you using? Clang 3.5 must have this header
(in fact we've just checked that), Clang 3.4 indeed does not.
Feng, do you think we need some check for Clang version around this header?
Perhaps something along the lines of:
(__clang_major__ > 3) || (__clang_major__ == 3 && __clang_minor__ > 4)
--
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.