__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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo