This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0051096059a [AArch64] Force relocations for all ADRP instructions new e7726ca81fd [yaml2obj][ELF] Add support for program headers
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ObjectYAML/ELFYAML.h | 33 +++++++++ lib/ObjectYAML/ELFYAML.cpp | 38 ++++++++++ test/tools/yaml2obj/program-header-nobits.yaml | 39 ++++++++++ test/tools/yaml2obj/program-header.yaml | 67 ++++++++++++++++++ tools/yaml2obj/yaml2elf.cpp | 98 ++++++++++++++++++++++++-- 5 files changed, 270 insertions(+), 5 deletions(-) create mode 100644 test/tools/yaml2obj/program-header-nobits.yaml create mode 100644 test/tools/yaml2obj/program-header.yaml