[all-commits] [llvm/llvm-project] 9acaf5: [obj2yaml] - Better dumping for relocations withou...

GeorgiiR via All-commits all-commits at lists.llvm.org
Fri Oct 25 02:47:54 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9acaf54277122f2f30d8782ec9dd4ee0d50958b6
      https://github.com/llvm/llvm-project/commit/9acaf54277122f2f30d8782ec9dd4ee0d50958b6
  Author: georgerim <georgerim at gmail.com>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M llvm/test/tools/obj2yaml/elf-ppc64-relocations.yaml
    M llvm/test/tools/obj2yaml/no-symbol-reloc.test
    M llvm/test/tools/obj2yaml/relocation-unsupported-machine.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [obj2yaml] - Better dumping for relocations without symbols associated.

This just reorders the code and removes an assignment
of an empty string for the case when a relocation has
no symbol associated. With this our output becomes
cleaner and shorter.

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




More information about the All-commits mailing list