llvm-project/compiler-rt/lib/tsan/go
Douglas Yung fef39cc472 [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.
2021-08-16 17:01:57 -07:00
..
build.bat tsan: switch from SSE3 to SSE4.2 2021-07-29 07:50:46 +02:00
buildgo.sh [tsan] Another attempt to fix GCC 8.3 build after D107911 2021-08-16 17:01:57 -07:00
test.c tsan: Adding releaseAcquire() to ThreadClock 2020-03-24 11:27:46 +01:00
tsan_go.cpp tsan: pass thr/pc to MemoryResetRange 2021-08-05 16:57:02 +02:00