This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6fc33e Bump trunk version to 5.0.0svn new 15135b3 [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuse
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/DWARFEmitter.h | 36 ++++++++++++++++++++++ lib/ObjectYAML/CMakeLists.txt | 5 +-- .../ObjectYAML/DWARFEmitter.cpp | 26 ++++++++-------- tools/yaml2obj/CMakeLists.txt | 1 - tools/yaml2obj/yaml2macho.cpp | 17 +++++----- tools/yaml2obj/yaml2obj.h | 15 --------- 6 files changed, 63 insertions(+), 37 deletions(-) create mode 100644 include/llvm/ObjectYAML/DWARFEmitter.h rename tools/yaml2obj/yaml2dwarf.cpp => lib/ObjectYAML/DWARFEmitter.cpp (92%)