[all-commits] [llvm/llvm-project] e72d71: Fix buildbot failure after D112940
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Feb 2 16:20:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e72d715079515525aa27e9c085d5659a0d61177c
https://github.com/llvm/llvm-project/commit/e72d715079515525aa27e9c085d5659a0d61177c
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp
Log Message:
-----------
Fix buildbot failure after D112940
Change a type from `int64_t` to `long long` to make a buildbot happy.
https://lab.llvm.org/buildbot/#/builders/196/builds/7371
```
error: no matching function for call to 'getAsSignedInteger'
if (getAsSignedInteger(ValStr, 0, Val))
```
Worked With My Compiler (TM)
More information about the All-commits
mailing list