This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d12f22c35af [asan] Add options -asan-detect-invalid-pointer-cmp and -as [...] new 04fe7bcdd5b [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about [...] new 5dc7f24f6a4 [ARM GlobalISel] Run regbankselect test for Thumb. NFCI
The 2 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 | 12 ++++----- lib/ObjectYAML/ELFYAML.cpp | 5 ++-- test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 3 ++- test/tools/obj2yaml/elf-gnu-unique-symbols.yaml | 30 +++++++++++++++++++++++ test/tools/yaml2obj/elf-gnu-unique-symbols.yaml | 21 ++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 10 +++++--- tools/yaml2obj/yaml2elf.cpp | 19 ++++++++------ 7 files changed, 79 insertions(+), 21 deletions(-) create mode 100644 test/tools/obj2yaml/elf-gnu-unique-symbols.yaml create mode 100644 test/tools/yaml2obj/elf-gnu-unique-symbols.yaml