[PATCH] D44751: Handle abbr_offset with relocatinos

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 21 12:37:26 PDT 2018


espindola created this revision.
espindola added a reviewer: dblaikie.
Herald added subscribers: JDevlieghere, aprantl.

This is mostly just plumbing to get a DWARFDataExtractor where we compute abbr_offset so we cane use getRelocatedValue.

This is part of PR36793.


https://reviews.llvm.org/D44751

Files:
  include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
  include/llvm/DebugInfo/DWARF/DWARFUnit.h
  lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  test/DebugInfo/X86/abbr_offset.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44751.139351.patch
Type: text/x-patch
Size: 7594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180321/e8c0406a/attachment.bin>


More information about the llvm-commits mailing list