[all-commits] [llvm/llvm-project] 15f2d4: [AIX] Fixed "comparison of unsigned expression >= ...
llvmbot via All-commits
all-commits at lists.llvm.org
Mon Dec 14 08:14:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 15f2d4f198380762e9fcf6b456d405078b87ae7a
https://github.com/llvm/llvm-project/commit/15f2d4f198380762e9fcf6b456d405078b87ae7a
Author: diggerlin <digger.llvm at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
Log Message:
-----------
[AIX] Fixed "comparison of unsigned expression >= 0 is always true" gcc warnings.
Summary:
fixed a Fixed "comparison of unsigned expression >= 0 is always true" gcc warnings.
http://lab.llvm.org:8011/#/builders/5/builds/2407/steps/2/logs/stdio
the error caused by patch https://reviews.llvm.org/D92398
More information about the All-commits
mailing list