[all-commits] [llvm/llvm-project] 56a815: [obj2yaml] - Do not dump the segment's "Align" fie...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Thu Apr 9 04:21:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 56a8150428d45e6831d60e8d547626780634f511
https://github.com/llvm/llvm-project/commit/56a8150428d45e6831d60e8d547626780634f511
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/test/Object/obj2yaml.test
M llvm/test/tools/obj2yaml/program-headers.yaml
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[obj2yaml] - Do not dump the segment's "Align" field when it is equal to 1.
yaml2obj sets the `Align` to 1 by default, hence we can stop
dumping it to reduce the output.
Differential revision: https://reviews.llvm.org/D77716
More information about the All-commits
mailing list