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
[msan] Change #ifdef SANITIZER_PPC to #if (#94009)
0e96eeb
accidentally turned the prior patch
(57a5079)
into a no-op because this macro is always defined (as either 1 or 0).
This patch changes it to correctly use #if.
0 commit comments