[all-commits] [llvm/llvm-project] 63778b: [llvm-readobj][llvm-readelf][test] - Add a test to...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Fri Mar 20 03:41:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 63778bc653a2193717b39874e9f69dcfe3f8771c
      https://github.com/llvm/llvm-project/commit/63778bc653a2193717b39874e9f69dcfe3f8771c
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    A llvm/test/tools/llvm-readobj/ELF/reloc-addends.test

  Log Message:
  -----------
  [llvm-readobj][llvm-readelf][test] - Add a test to check how we dump relocation addends.

Seems we do not test how we print relocation addends well.
And the behavior of dumpers does not seem to be ideal here
(and llvm-readelf does not match GNU as the test case shows).

This patch adds a test case to document the current behavior.

Differential revision: https://reviews.llvm.org/D75671




More information about the All-commits mailing list