[all-commits] [llvm/llvm-project] 5bf2ef: Revert "[llvm-readobj] [ARMWinEH] Fix handling of ...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Apr 29 14:06:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bf2ef9d869ba882480232a4ed87728af74dac3b
      https://github.com/llvm/llvm-project/commit/5bf2ef9d869ba882480232a4ed87728af74dac3b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    R llvm/test/tools/llvm-readobj/COFF/arm64-packed-symbol-name.yaml
    R llvm/test/tools/llvm-readobj/COFF/arm64-unwind-reference.yaml
    M llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
    M llvm/tools/llvm-readobj/ARMWinEHPrinter.h

  Log Message:
  -----------
  Revert "[llvm-readobj] [ARMWinEH] Fix handling of relocations and symbol offsets"

This reverts commit 37789240882bfacd951767acdb4c088fcbf53385.

The added test fails on at least one buildbot, by printing a reversed
combination, printing "func3_xdata +0x18 (0x8)" while it's supposed to
be "func3_xdata +0x8 (0x18)", see e.g.
https://lab.llvm.org/buildbot/#/builders/107/builds/7269. Currently
no idea how that could happen, but reverting until it can be figured
out.




More information about the All-commits mailing list