[PATCH] D67343: [DebugInfo] Change object::RelocationResolver to return Expected<uint64_t>
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 02:31:16 PDT 2019
MaskRay created this revision.
MaskRay added reviewers: labath, probinson, dblaikie, JDevlieghere, mstorsjo, ruiu.
Herald added subscribers: llvm-commits, seiya, s.egerton, rupprecht, simoncook, fedor.sergeev, aheejin, hiraditya, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
This will allow targets to add relocation overflow or misalignment checks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67343
Files:
lld/ELF/DWARF.cpp
llvm/include/llvm/Object/RelocationResolver.h
llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
llvm/lib/Object/RelocationResolver.cpp
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67343.219299.patch
Type: text/x-patch
Size: 10382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/bcb0870c/attachment.bin>
More information about the llvm-commits
mailing list