Files
clang-p2996/compiler-rt/lib/msan
Thurston Dang 62c61aa2bf [msan] Change #ifdef SANITIZER_PPC to #if (#94009)
0e96eebc7f
accidentally turned the prior patch
(57a507930b)
into a no-op because this macro is always defined (as either 1 or 0).
This patch changes it to correctly use #if.
2024-05-31 14:26:49 -07:00
..