aboutsummaryrefslogtreecommitdiff
path: root/PREUPLOAD.cfg
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2022-02-03 14:23:38 -0800
committerPirama Arumuga Nainar <pirama@google.com>2022-02-03 14:23:38 -0800
commit0055695302d9c837f7184999383c91a35994a770 (patch)
tree854536f0f38aca083a9be1cd89f5e01cb159b8ee /PREUPLOAD.cfg
parent6ef3b5a1102a02efc5c18f6494831739a35a0a1e (diff)
downloadvixl-0055695302d9c837f7184999383c91a35994a770.tar.gz
Bug: http://b/217563632 Bug: http://b/215753485 This was found by upcoming clang-r445002 update. external/vixl/src/aarch64/assembler-aarch64.cc:2738:17: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] VIXL_ASSERT(vd.Is2S() | vd.Is4S()); external/vixl/src/aarch64/assembler-aarch64.cc:2755:17: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] VIXL_ASSERT(vd.Is4H() | vd.Is8H()); external/vixl/src/aarch32/operands-aarch32.h:296:35: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] bool IsInteger() const { return IsInteger32() | IsInteger64(); } Test: Build with new clang Change-Id: I5b77e90881a0cc7ff0266c69f035abc2d3266a7e
Diffstat (limited to 'PREUPLOAD.cfg')
0 files changed, 0 insertions, 0 deletions