This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddb4f9c38b0 Fix the Endianness bug by adding the little endian UTF marker. new 7cbfb46ab9a [DWARF] Fix a parsing issue with type unit headers. new e6140e7c19c NFC: refactor replaceDominatedUsesWith
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: lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 6 ++- lib/Transforms/Utils/Local.cpp | 53 +++++++++++------------ test/DebugInfo/Inputs/typeunit-header.elf-x86-64 | Bin 0 -> 840 bytes test/DebugInfo/Inputs/typeunit-header.s | 49 +++++++++++++++++++++ test/DebugInfo/typeunit-header.test | 15 +++++++ 5 files changed, 95 insertions(+), 28 deletions(-) create mode 100644 test/DebugInfo/Inputs/typeunit-header.elf-x86-64 create mode 100644 test/DebugInfo/Inputs/typeunit-header.s create mode 100644 test/DebugInfo/typeunit-header.test