[all-commits] [llvm/llvm-project] ade502: tsan: fix tls_race3 test on darwin
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Sep 28 08:08:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ade5023c54cffcbefe0557b5473d55b06e40809b
https://github.com/llvm/llvm-project/commit/ade5023c54cffcbefe0557b5473d55b06e40809b
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
Log Message:
-----------
tsan: fix tls_race3 test on darwin
Darwin also needs to use __tsan_tls_initialization
to pass the test.
Differential Revision: https://reviews.llvm.org/D110631
More information about the All-commits
mailing list