This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94d01e5dc00 [tools] [llvm-nm] Default to reading from stdin not a.out new 5da0a32a9a5 [test/Object, obj2yaml] - Move test cases from test/Object [...]
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: test/Object/Inputs/COFF/long-file-symbol.yaml | 14 --- test/Object/Inputs/invalid-reloc.elf-x86-64 | Bin 624 -> 0 bytes test/Object/obj2yaml-coff-long-file-symbol.test | 3 - test/Object/obj2yaml-coff-long-section-name.test | 3 - test/Object/obj2yaml-coff-section-aux-symbol.test | 96 ------------------- test/Object/obj2yaml-coff-weak-external.test | 3 - test/Object/obj2yaml-invalid-reloc.test | 39 -------- test/Object/obj2yaml-sectiongroup.test | 26 ------ test/tools/obj2yaml/coff-long-file-symbol.test | 18 ++++ .../obj2yaml/coff-long-section-name.test} | 6 +- .../obj2yaml/coff-section-aux-symbol.test} | 103 ++++++++++++++++++++- .../obj2yaml/coff-weak-external.test} | 4 + test/tools/obj2yaml/no-symbol-reloc.test | 49 ++++++++++ test/tools/obj2yaml/section-group.test | 48 ++++++++++ 14 files changed, 223 insertions(+), 189 deletions(-) delete mode 100644 test/Object/Inputs/COFF/long-file-symbol.yaml delete mode 100644 test/Object/Inputs/invalid-reloc.elf-x86-64 delete mode 100644 test/Object/obj2yaml-coff-long-file-symbol.test delete mode 100644 test/Object/obj2yaml-coff-long-section-name.test delete mode 100644 test/Object/obj2yaml-coff-section-aux-symbol.test delete mode 100644 test/Object/obj2yaml-coff-weak-external.test delete mode 100644 test/Object/obj2yaml-invalid-reloc.test delete mode 100644 test/Object/obj2yaml-sectiongroup.test create mode 100644 test/tools/obj2yaml/coff-long-file-symbol.test rename test/{Object/Inputs/COFF/long-section-name.yaml => tools/obj2yaml/coff-long [...] rename test/{Object/Inputs/COFF/section-aux-symbol.yaml => tools/obj2yaml/coff-sec [...] rename test/{Object/Inputs/COFF/weak-external.yaml => tools/obj2yaml/coff-weak-ext [...] create mode 100644 test/tools/obj2yaml/no-symbol-reloc.test create mode 100644 test/tools/obj2yaml/section-group.test