[all-commits] [llvm/llvm-project] 60ce98: [RISCV][PowerPC] Fix google/benchmark benchmark::c...

Luís Marques via All-commits all-commits at lists.llvm.org
Sat Apr 18 01:33:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 60ce987bf31d6249c1f19e454f53b9d228925dcd
      https://github.com/llvm/llvm-project/commit/60ce987bf31d6249c1f19e454f53b9d228925dcd
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M libcxx/utils/google-benchmark/README.LLVM
    M libcxx/utils/google-benchmark/src/cycleclock.h
    M llvm/utils/benchmark/README.LLVM
    M llvm/utils/benchmark/src/cycleclock.h

  Log Message:
  -----------
  [RISCV][PowerPC] Fix google/benchmark benchmark::cycleclock::Now

Cherrypick the upstream fix commit a77d5f7 onto llvm/utils/benchmark
and libcxx/utils/google-benchmark.
This fixes LLVM's 32-bit RISC-V compilation, and the issues
mentioned in https://github.com/google/benchmark/pull/955
An additional cherrypick of ecc1685 fixes some minor formatting
issues introduced by the preceding commit.

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




More information about the All-commits mailing list