[all-commits] [llvm/llvm-project] e00e5d: [llvm-readelf/llvm-readobj] - Remove getSecTypeNam...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Wed Dec 4 23:59:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e00e5d3347a37d0eda8429a32e3bee68f7bdf970
https://github.com/llvm/llvm-project/commit/e00e5d3347a37d0eda8429a32e3bee68f7bdf970
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readelf/llvm-readobj] - Remove getSecTypeName() helper.
We do not need it, we have
`object::getELFSectionTypeName` that can be used instead.
Differential revision: https://reviews.llvm.org/D71017
More information about the All-commits
mailing list