Currently entry into each interceptor checks if the current thread
is initialized or not. This check seems to be unnecessary at least
on Linux. Remove the check.
Details
Details
- Reviewers
vitalybuka melver
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Is this what breaks on other platforms?