[all-commits] [llvm/llvm-project] b94d4b: [unittests][Object] Use matching signedness for ex...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Wed Mar 11 06:58:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b94d4b19034bdce139d2c58c31f6235b7915e16b
https://github.com/llvm/llvm-project/commit/b94d4b19034bdce139d2c58c31f6235b7915e16b
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M llvm/unittests/Object/ArchiveTest.cpp
Log Message:
-----------
[unittests][Object] Use matching signedness for expected value
Speculative fix for buildbot breakage:
http://lab.llvm.org:8011/builders/clang-ppc64le-rhel/builds/1899/steps/ninja%20check%201/logs/stdio
D75742 introduces checks that cause bots to complain about comparing
values where the integer types mismatch on signedness.
This patch makes the expected value unsigned in various cases (since the
value being tested is unsigned).
More information about the All-commits
mailing list