[all-commits] [llvm/llvm-project] b02938: tsan: uninline RacyStacks::operator==

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Sat Sep 25 03:09:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b02938439dab1f282d28a4a94419de505f0f9c6e
      https://github.com/llvm/llvm-project/commit/b02938439dab1f282d28a4a94419de505f0f9c6e
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-25 (Sat, 25 Sep 2021)

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

  Log Message:
  -----------
  tsan: uninline RacyStacks::operator==

It's only used during race reporting.
There is no point in polluting the main header file with it.

Reviewed By: xgupta

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




More information about the All-commits mailing list