This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a932c3f118f AMDGPU: Set correct sched model on v_mad_u64_u32 new 9fd7184f642 Reapply: Allow yaml2obj to order implicit sections for ELF
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: lib/ObjectYAML/ELFYAML.cpp | 2 +- test/tools/yaml2obj/section-ordering.yaml | 29 ++++++++++++ test/tools/yaml2obj/unnamed-section.yaml | 14 ++++++ tools/yaml2obj/yaml2elf.cpp | 79 ++++++++++++++++--------------- 4 files changed, 86 insertions(+), 38 deletions(-) create mode 100644 test/tools/yaml2obj/section-ordering.yaml create mode 100644 test/tools/yaml2obj/unnamed-section.yaml