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
This LLVM revision <http://llvm.org/viewvc/llvm-project?view=rev&revision=131330> has
a bug fix for LLVM generating invalid AVX instructions.
When I was trying to use AddressSanitizer on Firefox, I was bitten by this bug. The
fix is simple, we should just upgrade the LLVM used by AddressSanitizer to r131330.
The attached patch does that.