This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 133be34ede2 [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS new bfd93491623 [DWARF][RISCV] Add support for RISC-V relocations needed fo [...] new df16b2ed82c Fix typo in programmer's manual cantFile -> cantFail
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: docs/ProgrammersManual.rst | 2 +- include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 4 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 22 +++++- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 5 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 7 +- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 2 +- lib/DebugInfo/DWARF/DWARFListTable.cpp | 4 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 2 +- lib/Object/RelocationResolver.cpp | 53 ++++++++++++++ test/DebugInfo/RISCV/dwarf-riscv-relocs.ll | 105 +++++++++++++++++++++++++++ 10 files changed, 193 insertions(+), 13 deletions(-) create mode 100644 test/DebugInfo/RISCV/dwarf-riscv-relocs.ll