[all-commits] [llvm/llvm-project] 601d25: [obj2yaml] - Simplify and reduce `ELFDumper<ELFT>:...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Sat Mar 21 08:25:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 601d25cb736d8b67e642faa06f9e956c67fd25d9
https://github.com/llvm/llvm-project/commit/601d25cb736d8b67e642faa06f9e956c67fd25d9
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-03-21 (Sat, 21 Mar 2020)
Changed paths:
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[obj2yaml] - Simplify and reduce `ELFDumper<ELFT>::dumpSections`. NFCI.
This method it a bit too large.
It is becoming inconvenient to update it.
This patch suggests a way to reduce and cleanup it.
Differential revision: https://reviews.llvm.org/D76499
More information about the All-commits
mailing list