[all-commits] [llvm/llvm-project] 44003d: Revert "Fix tsan problem where the per-thread shar...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Wed Feb 1 10:36:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44003d719dd3e39df2ba122fc91865d8bff738c3
https://github.com/llvm/llvm-project/commit/44003d719dd3e39df2ba122fc91865d8bff738c3
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M mlir/include/mlir/Support/ThreadLocalCache.h
Log Message:
-----------
Revert "Fix tsan problem where the per-thread shared_ptr() can be locked right before the cache is destroyed causing a race where it tries to remove an entry from a destroyed cache."
This reverts commit bcc10817d5569172ee065015747e226280e9b698.
Reason: Broke the aarch64-asan bot. More information available in the
Phabricator review: https://reviews.llvm.org/D140931
More information about the All-commits
mailing list