[all-commits] [llvm/llvm-project] c600b9: Expose `__tsan_on_thread_idle` as part of tsan sha...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Mar 20 16:34:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c600b99e5ee6e63a062342fe0b9c00e4b4d8ece4
https://github.com/llvm/llvm-project/commit/c600b99e5ee6e63a062342fe0b9c00e4b4d8ece4
Author: Dave MacLachlan <dmaclach at google.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interface.h
M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
Log Message:
-----------
Expose `__tsan_on_thread_idle` as part of tsan shared interface
`__tsan_on_thread_idle` is part of the tsan interface that was not being
exported in shared libraries. Fixes it so that we can link to dynamic
versions of tsan and still call `__tsan_on_thread_idle`.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D146166
More information about the All-commits
mailing list