This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25dd36e [X86] Remove scalar logical op alias instructions. Just use C [...] new 4a6766e [ObjectYAML] First bit of support for encoding DWARF in MachO
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/MachOYAML.h | 11 ++ lib/ObjectYAML/MachOYAML.cpp | 17 +- test/ObjectYAML/MachO/DWARF-debug_str.yaml | 266 +++++++++++++++++++++++++++++ tools/obj2yaml/CMakeLists.txt | 1 + tools/obj2yaml/macho2yaml.cpp | 19 +++ tools/yaml2obj/yaml2macho.cpp | 22 ++- 6 files changed, 334 insertions(+), 2 deletions(-) create mode 100644 test/ObjectYAML/MachO/DWARF-debug_str.yaml