[all-commits] [llvm/llvm-project] 3a86eb: [llvm-readobj/elf] - Introduce Relocation<ELFT> he...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Sep 7 05:08:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a86eb03d54ef80cf498d9473a1c735c93cdfa66
      https://github.com/llvm/llvm-project/commit/3a86eb03d54ef80cf498d9473a1c735c93cdfa66
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj/elf] - Introduce Relocation<ELFT> helper.

It removes templating for Elf_Rel[a] handling that we
introduced earlier and introduces a helper class instead.

It was briefly discussed in D87087, which showed,
why having templates is probably not ideal for the generalization
of dumpers code.

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




More information about the All-commits mailing list