[all-commits] [llvm/llvm-project] 672077: [asan] Remove confusing workaround

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Dec 2 11:44:56 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67207797e95bbf119199ef95b9eb4c9877a09152
      https://github.com/llvm/llvm-project/commit/67207797e95bbf119199ef95b9eb4c9877a09152
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-12-02 (Thu, 02 Dec 2021)

  Changed paths:
    M compiler-rt/lib/asan/asan_rtl.cpp

  Log Message:
  -----------
  [asan] Remove confusing workaround

The goal is to identify the bot and try to fix it.

SetSoftRssLimitExceededCallback is AsanInitInternal as I assume
that only MaybeStartBackgroudThread needs to be delayed to constructors.
Later I want to move MaybeStartBackgroudThread call into sanitizer_common.

If it needs to be reverted please provide to more info, like bot, or details about setup.

Reviewed By: kstoimenov

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




More information about the All-commits mailing list