[all-commits] [llvm/llvm-project] fef39c: [tsan] Another attempt to fix GCC 8.3 build after ...

dyung via All-commits all-commits at lists.llvm.org
Mon Aug 16 17:07:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fef39cc472a773fae4761deaab1c701024ad13ec
      https://github.com/llvm/llvm-project/commit/fef39cc472a773fae4761deaab1c701024ad13ec
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M compiler-rt/lib/tsan/go/buildgo.sh

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list