You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThreadSanitizer support was introduced via this issue (#3919), which is great progress.
However, the current compiler flags are specific to Clang and not compatible with GCC. Since we’re using GCC, it would be very helpful to have sanitizer support tailored for it as well.
Is there any plan to extend compatibility, or would contributions in that direction be welcome?