[all-commits] [llvm/llvm-project] 436873: [llvm-readobj] - Remove code duplication when prin...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Sep 7 06:11:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4368739941eb1336197dde0e92eb23ce79739ac7
https://github.com/llvm/llvm-project/commit/4368739941eb1336197dde0e92eb23ce79739ac7
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] - Remove code duplication when printing dynamic relocations. NFCI.
LLVM style code can be simplified to avoid the duplication of logic
related to printing dynamic relocations.
Differential revision: https://reviews.llvm.org/D87089
More information about the All-commits
mailing list