[all-commits] [llvm/llvm-project] 9af615: tsan: fix active mapping selection
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Aug 11 04:03:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9af6156c5236829b602d9c522708f2f4f8f79573
https://github.com/llvm/llvm-project/commit/9af6156c5236829b602d9c522708f2f4f8f79573
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform.h
Log Message:
-----------
tsan: fix active mapping selection
Fix bug introduced by commit 5d106f16b972.
SANITIZER_IOSSIM is always defined,
it's the value 0/1 that's meaningful.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D107888
More information about the All-commits
mailing list