[PATCH] D39130: [yaml2obj][ELF] Add support for setting alignment in program headers

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 12:23:35 PDT 2017


jakehehrlich updated this revision to Diff 120865.
jakehehrlich retitled this revision from "[yaml2obj][ELF] Add support for setting alignment in program headers and fix default alignment" to "[yaml2obj][ELF] Add support for setting alignment in program headers".
jakehehrlich added a comment.

Rafael recommended that I split this into two separate changes. This change makes that split by removing the if-statment change that fixed default alignment.


Repository:
  rL LLVM

https://reviews.llvm.org/D39130

Files:
  include/llvm/ObjectYAML/ELFYAML.h
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/yaml2obj/program-header-align.yaml
  tools/yaml2obj/yaml2elf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39130.120865.patch
Type: text/x-patch
Size: 3884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/9c9e1db7/attachment.bin>


More information about the llvm-commits mailing list