[all-commits] [llvm/llvm-project] 8692d0: [llvm-objdump] Fix common symbol output on 32 bit ...

David Spickett via All-commits all-commits at lists.llvm.org
Mon Oct 4 07:27:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8692d07e5811ac61459578cb1f23e2e285ea2b0d
      https://github.com/llvm/llvm-project/commit/8692d07e5811ac61459578cb1f23e2e285ea2b0d
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

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

  Log Message:
  -----------
  [llvm-objdump] Fix common symbol output on 32 bit platforms

Since https://reviews.llvm.org/D109452 symbol-table.test has
been failing on our Arm32 bots.

https://lab.llvm.org/buildbot/#/builders/171/builds/4201

This is because in that change an implicit widening cast
of the alignment from 32 bit to 64 bit was removed and the
format string expects a 64 bit number.




More information about the All-commits mailing list