[all-commits] [llvm/llvm-project] 1c3d0a: [llvm-objdump] Fix type mismatch in std::min.

Simon Tatham via All-commits all-commits at lists.llvm.org
Tue Jul 26 02:02:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c3d0a2e8754c942d7bae6dda36812b99538ce7a
      https://github.com/llvm/llvm-project/commit/1c3d0a2e8754c942d7bae6dda36812b99538ce7a
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/sancov/sancov.cpp

  Log Message:
  -----------
  [llvm-objdump] Fix type mismatch in std::min.

I broke the build just now by trying to do std::min between a size_t
and a uint64_t, which of course worked fine on my 64-bit test platform.




More information about the All-commits mailing list