[all-commits] [llvm/llvm-project] 1c5775: [obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sec...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Apr 20 04:36:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c57752ff5e2e5effcedc5da097c4109696f44bb
https://github.com/llvm/llvm-project/commit/1c57752ff5e2e5effcedc5da097c4109696f44bb
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/test/tools/obj2yaml/program-headers.yaml
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections when dumping program headers.
SHT_NOBITS are a bit special because occupy no physical space.
This patch adds support for them.
Differential revision: https://reviews.llvm.org/D77805
More information about the All-commits
mailing list