[all-commits] [llvm/llvm-project] 2df101: Revert "tsan: print a meaningful frame for stack r...

Amy Kwan via All-commits all-commits at lists.llvm.org
Fri Oct 1 14:42:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2df1019576dbb369a8f5c33b34d013f2780f6a08
      https://github.com/llvm/llvm-project/commit/2df1019576dbb369a8f5c33b34d013f2780f6a08
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp

  Log Message:
  -----------
  Revert "tsan: print a meaningful frame for stack races"

This reverts commit ccc83ac7c501c8e117753af0729414350aa9c117.

Reverting this commit as it is dependent on additional commits breaking the
PPC BE bots.


  Commit: 8b1984bb8ca497c0d43b882ed997677d14be0a2e
      https://github.com/llvm/llvm-project/commit/8b1984bb8ca497c0d43b882ed997677d14be0a2e
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp

  Log Message:
  -----------
  Revert "tsan: fix tls_race3 test on darwin"

This reverts commit ade5023c54cffcbefe0557b5473d55b06e40809b.

Reverting this commit as it is dependent on a test breaking the PPC BE bots.


  Commit: 103c1bd118926afe20d7c944d9190e99d811b516
      https://github.com/llvm/llvm-project/commit/103c1bd118926afe20d7c944d9190e99d811b516
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    R compiler-rt/test/tsan/tls_race3.cpp

  Log Message:
  -----------
  Revert "tsan: fix and test detection of TLS races"

This reverts commit b4c1e5cb73bd26e5853af77c2a235ca9f35e2577.

Reverting this as it contains a test that is currently failing on the PPC BE bots.


Compare: https://github.com/llvm/llvm-project/compare/ab694cd8453e...103c1bd11892


More information about the All-commits mailing list