forked from OSchip/llvm-project
[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:
parent
c422d69b1a
commit
31c85ca06d
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue