This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8bddda3 cmake: Don't build llvm-config and tblgen concurrently in cro [...] new c880b73 Add the ability for DWARFDie objects to get the parent DWARFDie.
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/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 38 ++----- include/llvm/DebugInfo/DWARF/DWARFDie.h | 22 ++-- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 23 ++-- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 10 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 11 ++ lib/DebugInfo/DWARF/DWARFUnit.cpp | 71 +++++++------ unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 116 +++++++++++++++++++++ 7 files changed, 209 insertions(+), 82 deletions(-)