[PATCH] D62062: [DWARF][RISCV] Add support for RISC-V relocations needed for debug info

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 26 15:07:45 PDT 2019


luismarques updated this revision to Diff 201470.
luismarques added a comment.
Herald added subscribers: jdoerfert, jocewei, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar.

- Adds relocation support for a few more fields, needed for DWARF 5 support;
- Adds a test.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62062/new/

https://reviews.llvm.org/D62062

Files:
  include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  lib/DebugInfo/DWARF/DWARFListTable.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  lib/Object/RelocationResolver.cpp
  test/DebugInfo/RISCV/dwarf-riscv-relocs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62062.201470.patch
Type: text/x-patch
Size: 14692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190526/db4e2e36/attachment.bin>


More information about the llvm-commits mailing list