[compiler-rt][tsan] Make fiber support in thread sanitizer dynamic linkable

This patch will allow dynamic libraries to call into the fiber support functions
introduced in https://reviews.llvm.org/D54889

Differential Revision: https://reviews.llvm.org/D74487
This commit is contained in:
Joachim Protze 2020-03-11 14:12:51 +01:00
parent c422d69b1a
commit 31c85ca06d
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ __tsan_mutex_pre_signal
__tsan_mutex_post_signal
__tsan_mutex_pre_divert
__tsan_mutex_post_divert
__tsan_get_current_fiber
__tsan_create_fiber
__tsan_destroy_fiber
__tsan_switch_to_fiber
__tsan_set_fiber_name
__ubsan_*
Annotate*
WTFAnnotate*