[all-commits] [llvm/llvm-project] 6f3de2: [yaml2obj][obj2yaml][test] - Add base tests for re...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Fri Mar 13 03:08:16 PDT 2020


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

  Changed paths:
    A llvm/test/tools/obj2yaml/relocation-addend.yaml
    A llvm/test/tools/yaml2obj/ELF/relocation-addend.yaml

  Log Message:
  -----------
  [yaml2obj][obj2yaml][test] - Add base tests for relocation addends.

We had no test for `Addend` field of a relocation. Though the
current behavior is not ideal and might need to be fixed.

This patch adds 2 test cases to document the current
behavior and add a few FIXMEs. These FIXME are fixed in the
follow-up: https://reviews.llvm.org/D75527

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




More information about the All-commits mailing list