OSDN Git Service

[benchmark] Fix 32-bit build failure
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>
Wed, 5 Sep 2018 14:15:39 +0000 (14:15 +0000)
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>
Wed, 5 Sep 2018 14:15:39 +0000 (14:15 +0000)
commit0cd23e06f80c03405ca7839db5fcf083ead59951
tree3a954831bffb51442c4e415c28c107583e8b5028
parent559403cc050a92a1b93e2fe0c38507436145d3ee
[benchmark] Fix 32-bit build failure

This patch applies upstream commit:
https://github.com/google/benchmark/commit/f0901417c89d123474e6b91365029cfe32cf89dc

Tim Northover pointed out that benchmark build might be broken on 32-bit
macOS. This commit by Roman Lebedev (lebedev.ri) resolves the issue.

Reviewed By: lebedev.ri

Differential Revision: https://reviews.llvm.org/D51677

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341469 91177308-0d34-0410-b5e6-96231b3b80d8
utils/benchmark/README.LLVM
utils/benchmark/src/sysinfo.cc