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
Suppress UBSan alignment check for vendored tre library
tre-compile.c has misaligned struct access on Windows (UBSan kills
the test runner). The misalignment is in vendored code we don't
control. Add -fno-sanitize=alignment to tre test build only.
0 commit comments