[all-commits] [llvm/llvm-project] f3b3c9: Revert "[tsan] Fix GCC 8.3 build after D107911"

Marco Elver via All-commits all-commits at lists.llvm.org
Tue Aug 17 10:26:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3b3c964c3a1d5072c2b489ec54c9a2ad5df3ddb
      https://github.com/llvm/llvm-project/commit/f3b3c964c3a1d5072c2b489ec54c9a2ad5df3ddb
  Author: Marco Elver <elver at google.com>
  Date:   2021-08-17 (Tue, 17 Aug 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_trace.h

  Log Message:
  -----------
  Revert "[tsan] Fix GCC 8.3 build after D107911"

This reverts commit 797fe59e6b9512652c0ae5a6b69a3c6f5a573fcd.

The use of "EventType type : 3" is replicated for all Event structs and
therefore was still present. As a result this still caused failures on
older GCCs (9.2 or 8.3 or earlier).

The particular bot that was failing due to buggy GCC was fixed by
fef39cc472a773fae4761deaab1c701024ad13ec.

Therefore, no reason to keep the workaround around; revert it.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D108192




More information about the All-commits mailing list