[all-commits] [llvm/llvm-project] 36b05d: [gn build] Port 95ce32c7878d

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Wed Jan 20 13:28:06 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 36b05d2e9f553eab37c8646a4db3bdadb4279d38
      https://github.com/llvm/llvm-project/commit/36b05d2e9f553eab37c8646a4db3bdadb4279d38
  Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

  Log Message:
  -----------
  [gn build] Port 95ce32c7878d


  Commit: a2223b09b10a4cc87b5e9c4a36ab9401c46610f6
      https://github.com/llvm/llvm-project/commit/a2223b09b10a4cc87b5e9c4a36ab9401c46610f6
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp

  Log Message:
  -----------
  [mlir:async] Fix data races in AsyncRuntime

Resumed coroutine potentially can deallocate the token/value/group and destroy the mutex before the std::unique_ptr destructor.

Reviewed By: mehdi_amini

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


Compare: https://github.com/llvm/llvm-project/compare/95ce32c7878d...a2223b09b10a


More information about the All-commits mailing list