This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6167af33c4e [GlobalISel][AArch64] Make FP constraint checks consider po [...] new dfdc12ce210 llvm-dwarfdump: Don't error on mixed units using/not using [...]
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/DWARFUnit.h | 7 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 9 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 115 ++++++++++----- .../X86/dwarfdump-str-offsets-invalid-1.s | 37 ----- .../X86/dwarfdump-str-offsets-invalid-2.s | 39 ------ .../X86/dwarfdump-str-offsets-invalid-3.s | 93 ------------- .../X86/dwarfdump-str-offsets-invalid-4.s | 56 -------- .../X86/dwarfdump-str-offsets-invalid-6.s | 4 +- test/DebugInfo/X86/dwarfdump-str-offsets-invalid.s | 154 +++++++++++++++++++++ test/DebugInfo/X86/dwarfdump-str-offsets.s | 21 +++ 10 files changed, 262 insertions(+), 273 deletions(-) delete mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid-1.s delete mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid-2.s delete mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s delete mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s create mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid.s