[all-commits] [llvm/llvm-project] 62c61a: [msan] Change #ifdef SANITIZER_PPC to #if (#94009)
Thurston Dang via All-commits
all-commits at lists.llvm.org
Fri May 31 14:27:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62c61aa2bf23b7d886578708ec56b3ff07c3fcb0
https://github.com/llvm/llvm-project/commit/62c61aa2bf23b7d886578708ec56b3ff07c3fcb0
Author: Thurston Dang <thurston at google.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M compiler-rt/lib/msan/msan.cpp
Log Message:
-----------
[msan] Change #ifdef SANITIZER_PPC to #if (#94009)
https://github.com/llvm/llvm-project/commit/0e96eebc7f681a7ce41f35909e609c7c61a11455
accidentally turned the prior patch
(https://github.com/llvm/llvm-project/commit/57a507930b50c445140feb68bffe1c21af53319e)
into a no-op because this macro is always defined (as either 1 or 0).
This patch changes it to correctly use #if.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list