[all-commits] [llvm/llvm-project] 83539d: Fix msan/tests/msan_test.cpp due to -Wbitwise-inst...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Mon Oct 4 10:58:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83539d73f9870c7c44575da6a16788aa55c5c25a
https://github.com/llvm/llvm-project/commit/83539d73f9870c7c44575da6a16788aa55c5c25a
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M compiler-rt/lib/msan/tests/msan_test.cpp
Log Message:
-----------
Fix msan/tests/msan_test.cpp due to -Wbitwise-instead-of-logical
The LE Power sanitizer bot fails when testing standalone compiler-rt due to
an MSAN test warning introduced by -Wbitwise-instead-of-logical. As this option
along with -Werror is enabled on the bot, the test failure occurs.
This patch updates msan_test.cpp to fix the warning introduced by the
-Wbitwise-instead-of-logical.
More information about the All-commits
mailing list