[all-commits] [llvm/llvm-project] 20211b: [mlir] Fix tsan failure in PassCrashRecovery
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Oct 18 08:30:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20211b32612bb6dc1dda29b75552731b38b443d2
https://github.com/llvm/llvm-project/commit/20211b32612bb6dc1dda29b75552731b38b443d2
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M mlir/lib/Pass/PassCrashRecovery.cpp
Log Message:
-----------
[mlir] Fix tsan failure in PassCrashRecovery
Don't set printOpOnDiagnostic, as this is not safe to call from a threaded context.
Differential Revision: https://reviews.llvm.org/D111752
More information about the All-commits
mailing list