[tsan] Another attempt to fix GCC 8.3 build after D107911
authorDouglas Yung <douglas.yung@sony.com>
Tue, 17 Aug 2021 00:01:57 +0000 (17:01 -0700)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 17 Aug 2021 00:01:57 +0000 (17:01 -0700)
commitfef39cc472a773fae4761deaab1c701024ad13ec
tree43ad7bc6760636d0394bdaf90584d9854bb9442d
parent5a95ff2bfcc191f3ffecb69ac1d762a93b149eee
[tsan] Another attempt to fix GCC 8.3 build after D107911

This removes the -Werror compilation flag for x64 linux to work around a gcc bug.

GCC 8.3 reports '__tsan::v3::Event::type’ is too small to hold all values of ‘enum class __tsan::v3::EventType’
incorrectly which gets promoted to an error and causes the build to fail.
compiler-rt/lib/tsan/go/buildgo.sh